![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The per-population tables the conditional sum is taken over. More...
#include <line/api/fes/fes_compute_metrics.h>
Public Attributes | |
| std::vector< Matrix< T > > | QN |
| Indexed by the 0-based linearized population state; each (M_sub x K). | |
| std::vector< Matrix< T > > | UN |
| Indexed by the 0-based linearized population state; each (M_sub x K). | |
The per-population tables the conditional sum is taken over.
Definition at line 43 of file fes_compute_metrics.h.
| std::vector<Matrix<T> > line::fes::FesConditionalMetrics< T >::QN |
Indexed by the 0-based linearized population state; each (M_sub x K).
Definition at line 45 of file fes_compute_metrics.h.
Referenced by line::fes::fes_compute_metrics(), and line::ctmc::solver_ctmc_fes_aggregation().
| std::vector<Matrix<T> > line::fes::FesConditionalMetrics< T >::UN |
Indexed by the 0-based linearized population state; each (M_sub x K).
Definition at line 47 of file fes_compute_metrics.h.
Referenced by line::fes::fes_compute_metrics(), and line::ctmc::solver_ctmc_fes_aggregation().