![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the closed delayed-hit analyzer returns. More...
#include <line/solvers/nc/solver_nc_cacheqn_retrieval.h>
Public Attributes | |
| NcSolution< T > | sol |
| std::vector< T > | hitprob |
| (K) P(item cached) | |
| 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 47 of file solver_nc_cacheqn_retrieval.h.
| std::vector<T> line::nc::NcCacheqnRetrievalSolution< T >::delayedprob |
(K) zero on this path, by the reference's convention
Definition at line 51 of file solver_nc_cacheqn_retrieval.h.
Referenced by line::nc::solver_nc_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_solve().
| std::vector<T> line::nc::NcCacheqnRetrievalSolution< T >::hitprob |
(K) P(item cached)
Definition at line 49 of file solver_nc_cacheqn_retrieval.h.
Referenced by line::nc::solver_nc_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_solve().
| Matrix<T> line::nc::NcCacheqnRetrievalSolution< T >::hitproblist |
(K x h) NaN: not computed on this path
Definition at line 53 of file solver_nc_cacheqn_retrieval.h.
Referenced by line::nc::solver_nc_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_solve().
| std::vector<T> line::nc::NcCacheqnRetrievalSolution< T >::latency |
(K) NaN: not computed on this path
Definition at line 52 of file solver_nc_cacheqn_retrieval.h.
Referenced by line::nc::solver_nc_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_solve().
| std::vector<T> line::nc::NcCacheqnRetrievalSolution< T >::missprob |
(K) the delayed fraction is folded in here
Definition at line 50 of file solver_nc_cacheqn_retrieval.h.
Referenced by line::nc::solver_nc_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_solve().
| NcSolution<T> line::nc::NcCacheqnRetrievalSolution< T >::sol |
Definition at line 48 of file solver_nc_cacheqn_retrieval.h.
Referenced by line::nc::solver_nc_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_solve().