![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The cache half of the reference's return list: hitprob, missprob, delayedprob, latency, hitproblist and itemprob of solver_mva_retrieval_analyzer.m. More...
#include <line/solvers/mva/solver_mva_retrieval.h>
Public Attributes | |
| std::vector< T > | hitprob |
| std::vector< T > | missprob |
| std::vector< T > | delayedprob |
| std::vector< T > | latency |
| Matrix< T > | hitproblist |
| (K x h) | |
| Matrix< T > | itemprob |
| (n x h+1), column 0 = miss | |
The cache half of the reference's return list: hitprob, missprob, delayedprob, latency, hitproblist and itemprob of solver_mva_retrieval_analyzer.m.
Optional, because the analyzer is also called for the station tables alone (cpp/examples/basic/cacheModel.cpp).
Definition at line 45 of file solver_mva_retrieval.h.
| std::vector<T> line::mva::MvaRetrievalCacheOutputs< T >::delayedprob |
Definition at line 46 of file solver_mva_retrieval.h.
Referenced by line::mva::mva_dispatch().
| std::vector<T> line::mva::MvaRetrievalCacheOutputs< T >::hitprob |
Definition at line 46 of file solver_mva_retrieval.h.
Referenced by line::mva::mva_dispatch().
| Matrix<T> line::mva::MvaRetrievalCacheOutputs< T >::hitproblist |
(K x h)
Definition at line 47 of file solver_mva_retrieval.h.
Referenced by line::mva::mva_dispatch().
| Matrix<T> line::mva::MvaRetrievalCacheOutputs< T >::itemprob |
(n x h+1), column 0 = miss
Definition at line 48 of file solver_mva_retrieval.h.
Referenced by line::mva::mva_dispatch().
| std::vector<T> line::mva::MvaRetrievalCacheOutputs< T >::latency |
Definition at line 46 of file solver_mva_retrieval.h.
Referenced by line::mva::mva_dispatch().
| std::vector<T> line::mva::MvaRetrievalCacheOutputs< T >::missprob |
Definition at line 46 of file solver_mva_retrieval.h.
Referenced by line::mva::mva_dispatch().