![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the integrated analyzer returns: the metrics plus the converged split. More...
#include <line/solvers/nc/solver_nc_cacheqn.h>
Public Attributes | |
| NcSolution< T > | sol |
| Matrix< T > | hitprob |
| (ncaches x nclasses) converged hit probability | |
| Matrix< T > | missprob |
| (ncaches x nclasses) | |
| std::vector< Matrix< T > > | itemprob |
| per cache, (n x h+1); EMPTY = not computed | |
| qn::NetworkStruct< T > | refreshed |
| The struct whose cache self-switch carries the CONVERGED split rather than the offered one, from which the runner derives ArvR and ResidT. | |
What the integrated analyzer returns: the metrics plus the converged split.
Definition at line 53 of file solver_nc_cacheqn.h.
| Matrix<T> line::nc::NcCacheqnSolution< T >::hitprob |
(ncaches x nclasses) converged hit probability
Definition at line 55 of file solver_nc_cacheqn.h.
Referenced by line::nc::solver_nc_cacheqn_analyzer(), and line::nc::solver_nc_solve().
| std::vector<Matrix<T> > line::nc::NcCacheqnSolution< T >::itemprob |
per cache, (n x h+1); EMPTY = not computed
Definition at line 57 of file solver_nc_cacheqn.h.
Referenced by line::nc::solver_nc_cacheqn_analyzer(), and line::nc::solver_nc_solve().
| Matrix<T> line::nc::NcCacheqnSolution< T >::missprob |
(ncaches x nclasses)
Definition at line 56 of file solver_nc_cacheqn.h.
Referenced by line::nc::solver_nc_cacheqn_analyzer(), and line::nc::solver_nc_solve().
| qn::NetworkStruct<T> line::nc::NcCacheqnSolution< T >::refreshed |
The struct whose cache self-switch carries the CONVERGED split rather than the offered one, from which the runner derives ArvR and ResidT.
Definition at line 62 of file solver_nc_cacheqn.h.
Referenced by line::nc::solver_nc_cacheqn_analyzer(), and line::nc::solver_nc_solve().
| NcSolution<T> line::nc::NcCacheqnSolution< T >::sol |
Definition at line 54 of file solver_nc_cacheqn.h.
Referenced by line::nc::solver_nc_cacheqn_analyzer(), and line::nc::solver_nc_solve().