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

Return value of pfqn_rd, mirroring [lGN, Cgamma]. More...

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

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

Public Attributes

double lGN
 log of the normalizing constant
Cgamma
 the correction factor, one when the residual is empty

Detailed Description

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

Return value of pfqn_rd, mirroring [lGN, Cgamma].

Definition at line 84 of file pfqn_rd.h.

Member Data Documentation

◆ Cgamma

template<class T>
T line::pfqn::RdResult< T >::Cgamma

the correction factor, one when the residual is empty

Definition at line 86 of file pfqn_rd.h.

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

◆ lGN

template<class T>
double line::pfqn::RdResult< T >::lGN

log of the normalizing constant

Definition at line 85 of file pfqn_rd.h.

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


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