![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What one cftp solve produces beside the means. More...
#include <line/solvers/ctmc/solver_ctmc_cftp.h>
Public Attributes | |
| CtmcAvg< T > | avg |
| Matrix< int > | states |
| (samples x stations) the sampled states, one draw per row. | |
| std::vector< long > | horizon |
| (samples) per-draw coalescence horizon, or the mixing steps of M_A. | |
| std::vector< std::vector< int > > | distinct_states |
| The distinct sampled states, aligned with paggr. | |
| std::vector< T > | paggr |
| Empirical probability of each distinct sampled state. | |
| std::string | actualmethod = "cftp" |
What one cftp solve produces beside the means.
Definition at line 78 of file solver_ctmc_cftp.h.
| std::string line::ctmc::CtmcCftpSolution< T >::actualmethod = "cftp" |
Definition at line 88 of file solver_ctmc_cftp.h.
Referenced by line::ctmc::solver_ctmc_cftp(), and line::ctmc::solver_ctmc_cftp_run_analyzer().
| CtmcAvg<T> line::ctmc::CtmcCftpSolution< T >::avg |
Definition at line 79 of file solver_ctmc_cftp.h.
Referenced by line::ctmc::solver_ctmc_cftp(), and line::ctmc::solver_ctmc_cftp_run_analyzer().
| std::vector<std::vector<int> > line::ctmc::CtmcCftpSolution< T >::distinct_states |
The distinct sampled states, aligned with paggr.
Definition at line 85 of file solver_ctmc_cftp.h.
Referenced by line::ctmc::solver_ctmc_cftp().
| std::vector<long> line::ctmc::CtmcCftpSolution< T >::horizon |
(samples) per-draw coalescence horizon, or the mixing steps of M_A.
Definition at line 83 of file solver_ctmc_cftp.h.
Referenced by line::ctmc::solver_ctmc_cftp().
| std::vector<T> line::ctmc::CtmcCftpSolution< T >::paggr |
Empirical probability of each distinct sampled state.
Definition at line 87 of file solver_ctmc_cftp.h.
Referenced by line::ctmc::solver_ctmc_cftp().
| Matrix<int> line::ctmc::CtmcCftpSolution< T >::states |
(samples x stations) the sampled states, one draw per row.
Definition at line 81 of file solver_ctmc_cftp.h.
Referenced by line::ctmc::solver_ctmc_cftp().