![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What one transient CTMC solve produces. More...
#include <line/solvers/ctmc/solver_ctmc_transient.h>
Public Attributes | |
| std::vector< T > | t |
| the time grid the solver chose | |
| Matrix< T > | pit |
| (ntimes x nstates) occupancy | |
| std::vector< std::vector< std::vector< T > > > | QNt |
| std::vector< std::vector< std::vector< T > > > | UNt |
| std::vector< std::vector< std::vector< T > > > | TNt |
| [station][class][time] | |
| CtmcSolution< T > | chain |
| the generator and its state space | |
What one transient CTMC solve produces.
Definition at line 106 of file solver_ctmc_transient.h.
| CtmcSolution<T> line::ctmc::CtmcTransient< T >::chain |
the generator and its state space
Definition at line 110 of file solver_ctmc_transient.h.
Referenced by line::ctmc::solver_ctmc_transient_analyzer().
| Matrix<T> line::ctmc::CtmcTransient< T >::pit |
(ntimes x nstates) occupancy
Definition at line 108 of file solver_ctmc_transient.h.
Referenced by line::ctmc::solver_ctmc_transient_analyzer().
| std::vector<std::vector<std::vector<T> > > line::ctmc::CtmcTransient< T >::QNt |
Definition at line 109 of file solver_ctmc_transient.h.
Referenced by line::ctmc::solver_ctmc_transient_analyzer().
| std::vector<T> line::ctmc::CtmcTransient< T >::t |
the time grid the solver chose
Definition at line 107 of file solver_ctmc_transient.h.
Referenced by line::ctmc::solver_ctmc_transient_analyzer().
| std::vector<std::vector<std::vector<T> > > line::ctmc::CtmcTransient< T >::TNt |
[station][class][time]
Definition at line 109 of file solver_ctmc_transient.h.
Referenced by line::ctmc::solver_ctmc_transient_analyzer().
| std::vector<std::vector<std::vector<T> > > line::ctmc::CtmcTransient< T >::UNt |
Definition at line 109 of file solver_ctmc_transient.h.
Referenced by line::ctmc::solver_ctmc_transient_analyzer().