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

Return value of cache_spm, mirroring [Z,lZ,xi]. More...

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

Collaboration diagram for line::cache::CacheSpmResult< T >:

Public Attributes

Z
 normalizing constant
lZ
 its logarithm
std::vector< T > xi
 (h) saddle-point multipliers

Detailed Description

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

Return value of cache_spm, mirroring [Z,lZ,xi].

Definition at line 88 of file cache_spm.h.

Member Data Documentation

◆ lZ

template<class T>
T line::cache::CacheSpmResult< T >::lZ

its logarithm

Definition at line 90 of file cache_spm.h.

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

◆ xi

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

◆ Z

template<class T>
T line::cache::CacheSpmResult< T >::Z

normalizing constant

Definition at line 89 of file cache_spm.h.

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


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