![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the closed delayed-hit analyzer returns. More...
#include <line/solvers/mva/solver_mva_cacheqn_retrieval.h>
Public Attributes | |
| MvaSolution< T > | sol |
| std::vector< T > | hitprob |
| (K) P(item cached), read class only | |
| std::vector< T > | missprob |
| (K) the delayed fraction is folded in here | |
| std::vector< T > | delayedprob |
| (K) zero on this path, by the reference's convention | |
| std::vector< T > | latency |
| (K) NaN: not computed on this path | |
| Matrix< T > | hitproblist |
| (K x h) NaN: not computed on this path | |
What the closed delayed-hit analyzer returns.
Definition at line 63 of file solver_mva_cacheqn_retrieval.h.
| std::vector<T> line::mva::MvaCacheqnRetrievalSolution< T >::delayedprob |
(K) zero on this path, by the reference's convention
Definition at line 67 of file solver_mva_cacheqn_retrieval.h.
Referenced by line::mva::mva_dispatch(), and line::mva::solver_mva_cacheqn_retrieval_analyzer().
| std::vector<T> line::mva::MvaCacheqnRetrievalSolution< T >::hitprob |
(K) P(item cached), read class only
Definition at line 65 of file solver_mva_cacheqn_retrieval.h.
Referenced by line::mva::mva_dispatch(), and line::mva::solver_mva_cacheqn_retrieval_analyzer().
| Matrix<T> line::mva::MvaCacheqnRetrievalSolution< T >::hitproblist |
(K x h) NaN: not computed on this path
Definition at line 69 of file solver_mva_cacheqn_retrieval.h.
Referenced by line::mva::mva_dispatch(), and line::mva::solver_mva_cacheqn_retrieval_analyzer().
| std::vector<T> line::mva::MvaCacheqnRetrievalSolution< T >::latency |
(K) NaN: not computed on this path
Definition at line 68 of file solver_mva_cacheqn_retrieval.h.
Referenced by line::mva::mva_dispatch(), and line::mva::solver_mva_cacheqn_retrieval_analyzer().
| std::vector<T> line::mva::MvaCacheqnRetrievalSolution< T >::missprob |
(K) the delayed fraction is folded in here
Definition at line 66 of file solver_mva_cacheqn_retrieval.h.
Referenced by line::mva::mva_dispatch(), and line::mva::solver_mva_cacheqn_retrieval_analyzer().
| MvaSolution<T> line::mva::MvaCacheqnRetrievalSolution< T >::sol |
Definition at line 64 of file solver_mva_cacheqn_retrieval.h.
Referenced by line::mva::mva_dispatch(), and line::mva::solver_mva_cacheqn_retrieval_analyzer().