![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/solvers/ctmc/solver_ctmc_chain.h>
Public Attributes | |
| Matrix< T > | pi_t |
| one row per time point | |
| std::vector< T > | t |
| the time points; integer STEPS for a DTMC | |
Definition at line 135 of file solver_ctmc_chain.h.
| Matrix<T> line::ctmc::CtmcChainTransientSolution< T >::pi_t |
one row per time point
Definition at line 136 of file solver_ctmc_chain.h.
Referenced by line::ctmc::solver_ctmc_chain_transient().
| std::vector<T> line::ctmc::CtmcChainTransientSolution< T >::t |
the time points; integer STEPS for a DTMC
Definition at line 137 of file solver_ctmc_chain.h.
Referenced by line::ctmc::solver_ctmc_chain_transient().