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

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

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

Public Attributes

E
 normalizing constant estimate
lE
 its logarithm

Detailed Description

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

Definition at line 97 of file cache_is.h.

Member Data Documentation

◆ E

template<class T>
T line::cache::CacheIsResult< T >::E

normalizing constant estimate

Definition at line 98 of file cache_is.h.

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

◆ lE

template<class T>
T line::cache::CacheIsResult< T >::lE

its logarithm

Definition at line 99 of file cache_is.h.

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


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