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

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

Detailed Description

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

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.

Member Data Documentation

◆ delayedprob

template<class T>
std::vector<T> line::mva::MvaRetrievalCacheOutputs< T >::delayedprob

Definition at line 46 of file solver_mva_retrieval.h.

Referenced by line::mva::mva_dispatch().

◆ hitprob

template<class T>
std::vector<T> line::mva::MvaRetrievalCacheOutputs< T >::hitprob

Definition at line 46 of file solver_mva_retrieval.h.

Referenced by line::mva::mva_dispatch().

◆ hitproblist

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

◆ itemprob

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

◆ latency

template<class T>
std::vector<T> line::mva::MvaRetrievalCacheOutputs< T >::latency

Definition at line 46 of file solver_mva_retrieval.h.

Referenced by line::mva::mva_dispatch().

◆ missprob

template<class T>
std::vector<T> line::mva::MvaRetrievalCacheOutputs< T >::missprob

Definition at line 46 of file solver_mva_retrieval.h.

Referenced by line::mva::mva_dispatch().


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