![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the CTMC transient returns: the law at t and the truncation it used. More...
#include <line/lang/processes/markov_chain.h>
Public Attributes | |
| std::vector< T > | pi |
| distribution at time t | |
| std::size_t | kmax |
| Poisson terms used (the right truncation point for 'foxglynn'). | |
What the CTMC transient returns: the law at t and the truncation it used.
Definition at line 388 of file markov_chain.h.
| std::size_t line::lang::processes::TransientAtResult< T >::kmax |
Poisson terms used (the right truncation point for 'foxglynn').
Definition at line 390 of file markov_chain.h.
Referenced by line::lang::processes::chain_transient_at(), and line::lang::processes::chain_transient_unif().
| std::vector<T> line::lang::processes::TransientAtResult< T >::pi |
distribution at time t
Definition at line 389 of file markov_chain.h.
Referenced by line::lang::processes::chain_transient_at(), and line::lang::processes::chain_transient_unif().