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

What the integrated analyzer returns: the metrics plus the converged split. More...

#include <line/solvers/nc/solver_nc_cacheqn.h>

Collaboration diagram for line::nc::NcCacheqnSolution< T >:

Public Attributes

NcSolution< T > sol
Matrix< T > hitprob
 (ncaches x nclasses) converged hit probability
Matrix< T > missprob
 (ncaches x nclasses)
std::vector< Matrix< T > > itemprob
 per cache, (n x h+1); EMPTY = not computed
qn::NetworkStruct< T > refreshed
 The struct whose cache self-switch carries the CONVERGED split rather than the offered one, from which the runner derives ArvR and ResidT.

Detailed Description

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

What the integrated analyzer returns: the metrics plus the converged split.

Definition at line 53 of file solver_nc_cacheqn.h.

Member Data Documentation

◆ hitprob

template<class T>
Matrix<T> line::nc::NcCacheqnSolution< T >::hitprob

(ncaches x nclasses) converged hit probability

Definition at line 55 of file solver_nc_cacheqn.h.

Referenced by line::nc::solver_nc_cacheqn_analyzer(), and line::nc::solver_nc_solve().

◆ itemprob

template<class T>
std::vector<Matrix<T> > line::nc::NcCacheqnSolution< T >::itemprob

per cache, (n x h+1); EMPTY = not computed

Definition at line 57 of file solver_nc_cacheqn.h.

Referenced by line::nc::solver_nc_cacheqn_analyzer(), and line::nc::solver_nc_solve().

◆ missprob

template<class T>
Matrix<T> line::nc::NcCacheqnSolution< T >::missprob

(ncaches x nclasses)

Definition at line 56 of file solver_nc_cacheqn.h.

Referenced by line::nc::solver_nc_cacheqn_analyzer(), and line::nc::solver_nc_solve().

◆ refreshed

template<class T>
qn::NetworkStruct<T> line::nc::NcCacheqnSolution< T >::refreshed

The struct whose cache self-switch carries the CONVERGED split rather than the offered one, from which the runner derives ArvR and ResidT.

Definition at line 62 of file solver_nc_cacheqn.h.

Referenced by line::nc::solver_nc_cacheqn_analyzer(), and line::nc::solver_nc_solve().

◆ sol

template<class T>
NcSolution<T> line::nc::NcCacheqnSolution< T >::sol

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