![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of cache_spm, mirroring [Z,lZ,xi]. More...
#include <line/api/cache/cache_spm.h>
Public Attributes | |
| T | Z |
| normalizing constant | |
| T | lZ |
| its logarithm | |
| std::vector< T > | xi |
| (h) saddle-point multipliers | |
Return value of cache_spm, mirroring [Z,lZ,xi].
Definition at line 88 of file cache_spm.h.
| T line::cache::CacheSpmResult< T >::lZ |
| std::vector<T> line::cache::CacheSpmResult< T >::xi |
(h) saddle-point multipliers
Definition at line 91 of file cache_spm.h.
Referenced by line::cache::cache_spm().
| T line::cache::CacheSpmResult< T >::Z |
normalizing constant
Definition at line 89 of file cache_spm.h.
Referenced by line::cache::cache_spm().