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

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

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

Public Attributes

G
 normalizing constant
double lG
 its logarithm
std::vector< T > basis
 the final unscaled basis h

Detailed Description

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

Definition at line 69 of file pfqn_comomrm.h.

Member Data Documentation

◆ basis

template<class T>
std::vector<T> line::pfqn::ComomResult< T >::basis

the final unscaled basis h

Definition at line 72 of file pfqn_comomrm.h.

Referenced by line::pfqn::pfqn_comom(), line::pfqn::pfqn_comomrm(), and line::pfqn::pfqn_comomrm_orig().

◆ G

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

normalizing constant

Definition at line 70 of file pfqn_comomrm.h.

Referenced by line::pfqn::pfqn_comom(), line::pfqn::pfqn_comomrm(), and line::pfqn::pfqn_comomrm_orig().

◆ lG

template<class T>
double line::pfqn::ComomResult< T >::lG

its logarithm

Definition at line 71 of file pfqn_comomrm.h.

Referenced by line::pfqn::pfqn_comom(), line::pfqn::pfqn_comomrm(), and line::pfqn::pfqn_comomrm_orig().


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