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

Return value of pfqn_rgf, mirroring [G, lG, lg]. More...

#include <line/api/pfqn/pfqn_rgf.h>

Collaboration diagram for line::pfqn::RgfResult< T >:

Public Attributes

G
 normalizing constant
lG
 its logarithm, i.e. lg[N]
std::vector< T > lg
 log g(0), log g(1), ..., log g(N)

Detailed Description

template<class T>
struct line::pfqn::RgfResult< T >

Return value of pfqn_rgf, mirroring [G, lG, lg].

Definition at line 56 of file pfqn_rgf.h.

Member Data Documentation

◆ G

template<class T>
T line::pfqn::RgfResult< T >::G

normalizing constant

Definition at line 57 of file pfqn_rgf.h.

Referenced by line::pfqn::pfqn_rgf(), and line::pfqn::pfqn_rgfmc().

◆ lG

template<class T>
T line::pfqn::RgfResult< T >::lG

its logarithm, i.e. lg[N]

Definition at line 58 of file pfqn_rgf.h.

Referenced by line::pfqn::pfqn_rgf(), and line::pfqn::pfqn_rgfmc().

◆ lg

template<class T>
std::vector<T> line::pfqn::RgfResult< T >::lg

log g(0), log g(1), ..., log g(N)

Definition at line 59 of file pfqn_rgf.h.

Referenced by line::pfqn::pfqn_hst(), and line::pfqn::pfqn_rgf().


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