![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Per-source and pi0-weighted passage moments. More...
#include <line/api/mc/ctmc_passage.h>
Public Attributes | |
| Matrix< T > | mall |
| (nstates x nmax), zero on the target, inf where unreachable | |
| std::vector< T > | m |
| the pi0-weighted moment vector | |
Per-source and pi0-weighted passage moments.
Definition at line 269 of file ctmc_passage.h.
| std::vector<T> line::mc::PassageMoments< T >::m |
the pi0-weighted moment vector
Definition at line 271 of file ctmc_passage.h.
Referenced by line::ctmc::ctmc_firstpasst_moments(), line::mc::ctmc_passage_moments(), and line::mc::smp_passage_moments().
| Matrix<T> line::mc::PassageMoments< T >::mall |
(nstates x nmax), zero on the target, inf where unreachable
Definition at line 270 of file ctmc_passage.h.
Referenced by line::ctmc::ctmc_firstpasst_moments(), line::mc::ctmc_hitting_time(), line::mc::ctmc_passage_moments(), and line::mc::smp_passage_moments().