LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mva::MvaCacheqnRetrievalSolution< T > Struct Template Reference

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

Detailed Description

template<class T>
struct line::mva::MvaCacheqnRetrievalSolution< T >

What the closed delayed-hit analyzer returns.

Definition at line 63 of file solver_mva_cacheqn_retrieval.h.

Member Data Documentation

◆ delayedprob

template<class T>
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().

◆ hitprob

template<class T>
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().

◆ hitproblist

template<class T>
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().

◆ latency

template<class T>
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().

◆ missprob

template<class T>
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().

◆ sol


The documentation for this struct was generated from the following file: