![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/mc/ctmc_takahashi.h>
Public Attributes | |
| std::vector< T > | p |
| estimate after numSteps sweeps | |
| std::vector< T > | p_1 |
| the previous iterate | |
| std::vector< T > | pcourt |
| the Courtois starting point | |
| Matrix< T > | Qperm |
| Q reordered by macro-state. | |
| T | eps |
| NCD index, as ctmc_courtois defines it. | |
| T | epsMAX |
| maximum admissible NCD index | |
Definition at line 64 of file ctmc_takahashi.h.
| T line::mc::TakahashiResult< T >::eps |
NCD index, as ctmc_courtois defines it.
Definition at line 69 of file ctmc_takahashi.h.
Referenced by line::lang::processes::aggregate(), line::mc::ctmc_takahashi(), and line::env::env_ctmc_decompose().
| T line::mc::TakahashiResult< T >::epsMAX |
maximum admissible NCD index
Definition at line 70 of file ctmc_takahashi.h.
Referenced by line::lang::processes::aggregate(), line::mc::ctmc_takahashi(), and line::env::env_ctmc_decompose().
| std::vector<T> line::mc::TakahashiResult< T >::p |
estimate after numSteps sweeps
Definition at line 65 of file ctmc_takahashi.h.
Referenced by line::lang::processes::aggregate(), line::mc::ctmc_takahashi(), and line::env::env_ctmc_decompose().
| std::vector<T> line::mc::TakahashiResult< T >::p_1 |
the previous iterate
Definition at line 66 of file ctmc_takahashi.h.
Referenced by line::mc::ctmc_takahashi().
| std::vector<T> line::mc::TakahashiResult< T >::pcourt |
the Courtois starting point
Definition at line 67 of file ctmc_takahashi.h.
Referenced by line::mc::ctmc_takahashi().
| Matrix<T> line::mc::TakahashiResult< T >::Qperm |
Q reordered by macro-state.
Definition at line 68 of file ctmc_takahashi.h.
Referenced by line::mc::ctmc_takahashi().