![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/solvers/ctmc/solver_ctmc_chain.h>
Public Attributes | |
| std::vector< T > | pi |
| stationary distribution, length n | |
| Matrix< T > | infgen |
| Q for a CTMC, the uniformized P-I for a DTMC. | |
| Matrix< T > | state_space |
| the chain's space, or the state indices when it carries none | |
| double | runtime = 0.0 |
| seconds | |
Definition at line 60 of file solver_ctmc_chain.h.
| Matrix<T> line::ctmc::CtmcChainSolution< T >::infgen |
Q for a CTMC, the uniformized P-I for a DTMC.
Definition at line 62 of file solver_ctmc_chain.h.
Referenced by line::ctmc::solver_ctmc_chain().
| std::vector<T> line::ctmc::CtmcChainSolution< T >::pi |
stationary distribution, length n
Definition at line 61 of file solver_ctmc_chain.h.
Referenced by line::ctmc::solver_ctmc_chain().
| double line::ctmc::CtmcChainSolution< T >::runtime = 0.0 |
seconds
Definition at line 64 of file solver_ctmc_chain.h.
Referenced by line::ctmc::solver_ctmc_chain().
| Matrix<T> line::ctmc::CtmcChainSolution< T >::state_space |
the chain's space, or the state indices when it carries none
Definition at line 63 of file solver_ctmc_chain.h.
Referenced by line::ctmc::solver_ctmc_chain().