![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The cache half of the reference's return list: the (ncaches x nclasses) hit and miss split, plus the per-item occupancy the reference writes straight onto each Cache node with setResultItemProb. More...
#include <line/solvers/mva/solver_mva_cacheqn.h>
Public Attributes | |
| Matrix< T > | hitprob |
| (ncaches x nclasses) | |
| Matrix< T > | missprob |
| (ncaches x nclasses) | |
| std::vector< Matrix< T > > | itemprob |
| per cache, (n x h+1); EMPTY = not computed | |
The cache half of the reference's return list: the (ncaches x nclasses) hit and miss split, plus the per-item occupancy the reference writes straight onto each Cache node with setResultItemProb.
Definition at line 43 of file solver_mva_cacheqn.h.
| Matrix<T> line::mva::MvaCacheqnCacheOutputs< T >::hitprob |
(ncaches x nclasses)
Definition at line 44 of file solver_mva_cacheqn.h.
Referenced by line::mva::mva_dispatch().
| std::vector<Matrix<T> > line::mva::MvaCacheqnCacheOutputs< T >::itemprob |
per cache, (n x h+1); EMPTY = not computed
Definition at line 46 of file solver_mva_cacheqn.h.
Referenced by line::mva::mva_dispatch().
| Matrix<T> line::mva::MvaCacheqnCacheOutputs< T >::missprob |
(ncaches x nclasses)
Definition at line 45 of file solver_mva_cacheqn.h.
Referenced by line::mva::mva_dispatch().