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

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

Detailed Description

template<class T>
struct line::nc::NcCacheqnRetrievalSolution< T >

What the closed delayed-hit analyzer returns.

Definition at line 47 of file solver_nc_cacheqn_retrieval.h.

Member Data Documentation

◆ delayedprob

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

◆ hitprob

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

◆ hitproblist

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

◆ latency

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

◆ missprob

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

◆ sol


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