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

#include <line/api/da/da_cacheqn.h>

Public Attributes

mva::MvaSolution< T > res
Matrix< T > hitprob
 (ncaches x nclasses)
Matrix< T > missprob
 (ncaches x nclasses)
int iter = 0
CacheqnInfo< T > info

Detailed Description

template<class T>
struct line::da::CacheqnResult< T >

Definition at line 58 of file da_cacheqn.h.

Member Data Documentation

◆ hitprob

◆ info

◆ iter

template<class T>
int line::da::CacheqnResult< T >::iter = 0

◆ missprob

◆ res


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