![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/mc/ctmc_multi.h>
Public Attributes | |
| std::vector< T > | p |
| approximate stationary vector, ORIGINAL ordering | |
| std::vector< T > | pcourt |
| the plain Courtois estimate, for comparison | |
| Matrix< T > | Qperm |
| Q reordered by macro-state. | |
| T | eps |
| NCD index of the fine level. | |
| T | epsMAX |
| maximum admissible NCD index of the fine level | |
Definition at line 43 of file ctmc_multi.h.
| T line::mc::MultiResult< T >::eps |
NCD index of the fine level.
Definition at line 47 of file ctmc_multi.h.
Referenced by line::lang::processes::aggregate_multi(), line::mc::ctmc_multi(), and line::env::env_ctmc_decompose().
| T line::mc::MultiResult< T >::epsMAX |
maximum admissible NCD index of the fine level
Definition at line 48 of file ctmc_multi.h.
Referenced by line::lang::processes::aggregate_multi(), line::mc::ctmc_multi(), and line::env::env_ctmc_decompose().
| std::vector<T> line::mc::MultiResult< T >::p |
approximate stationary vector, ORIGINAL ordering
Definition at line 44 of file ctmc_multi.h.
Referenced by line::lang::processes::aggregate_multi(), line::mc::ctmc_multi(), and line::env::env_ctmc_decompose().
| std::vector<T> line::mc::MultiResult< T >::pcourt |
the plain Courtois estimate, for comparison
Definition at line 45 of file ctmc_multi.h.
Referenced by line::mc::ctmc_multi().
| Matrix<T> line::mc::MultiResult< T >::Qperm |
Q reordered by macro-state.
Definition at line 46 of file ctmc_multi.h.
Referenced by line::mc::ctmc_multi().