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

Return value of cache_gamma, mirroring the JAR's Ret.cacheGamma. More...

#include <line/api/cache/cache_gamma.h>

Public Attributes

Matrix< T > gamma
 (n x h) access factors
std::size_t u
 number of user streams
std::size_t n
 number of items
std::size_t h
 number of lists

Detailed Description

template<class T>
struct line::cache::CacheGammaGraphResult< T >

Return value of cache_gamma, mirroring the JAR's Ret.cacheGamma.

Definition at line 68 of file cache_gamma.h.

Member Data Documentation

◆ gamma

template<class T>
Matrix<T> line::cache::CacheGammaGraphResult< T >::gamma

(n x h) access factors

Definition at line 69 of file cache_gamma.h.

Referenced by line::cache::cache_gamma().

◆ h

template<class T>
std::size_t line::cache::CacheGammaGraphResult< T >::h

number of lists

Definition at line 72 of file cache_gamma.h.

Referenced by line::cache::cache_gamma().

◆ n

template<class T>
std::size_t line::cache::CacheGammaGraphResult< T >::n

number of items

Definition at line 71 of file cache_gamma.h.

Referenced by line::cache::cache_gamma().

◆ u

template<class T>
std::size_t line::cache::CacheGammaGraphResult< T >::u

number of user streams

Definition at line 70 of file cache_gamma.h.

Referenced by line::cache::cache_gamma().


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