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

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

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

Public Attributes

G
 normalizing constant
double lG
 its logarithm
std::string method
 the algorithm actually used

Detailed Description

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

Definition at line 134 of file pfqn_ncld.h.

Member Data Documentation

◆ G

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

normalizing constant

Definition at line 135 of file pfqn_ncld.h.

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

◆ lG

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

its logarithm

Definition at line 136 of file pfqn_ncld.h.

Referenced by line::pfqn::pfqn_ncld(), and line::nc::solver_ncld().

◆ method

template<class T>
std::string line::pfqn::NcldResult< T >::method

the algorithm actually used

Definition at line 137 of file pfqn_ncld.h.

Referenced by line::pfqn::pfqn_ncld(), and line::nc::solver_ncld().


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