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

Return value of pfqn_clw and pfqn_clw_lld, mirroring [G, lG]. More...

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

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

Public Attributes

G
 normalization constant, +infinity when it overflows the range of T
lG
 its natural logarithm, always finite

Detailed Description

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

Return value of pfqn_clw and pfqn_clw_lld, mirroring [G, lG].

Definition at line 98 of file pfqn_clw.h.

Member Data Documentation

◆ G

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

normalization constant, +infinity when it overflows the range of T

Definition at line 99 of file pfqn_clw.h.

Referenced by line::pfqn::pfqn_clw(), line::pfqn::pfqn_clw_lld(), line::pfqn::pfqn_clwjd(), and line::pfqn::pfqn_clwoi().

◆ lG

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

its natural logarithm, always finite

Definition at line 100 of file pfqn_clw.h.

Referenced by line::pfqn::pfqn_clw(), line::pfqn::pfqn_clw_lld(), line::pfqn::pfqn_clwjd(), and line::pfqn::pfqn_clwoi().


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