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

Return value of pfqn_rgfmc, mirroring [G, lG]. More...

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

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

Public Attributes

G
 normalizing constant
lG
 its logarithm

Detailed Description

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

Return value of pfqn_rgfmc, mirroring [G, lG].

Definition at line 74 of file pfqn_rgfmc.h.

Member Data Documentation

◆ G

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

normalizing constant

Definition at line 75 of file pfqn_rgfmc.h.

Referenced by line::pfqn::pfqn_rgfmc().

◆ lG

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

its logarithm

Definition at line 76 of file pfqn_rgfmc.h.

Referenced by line::pfqn::pfqn_rgfmc().


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