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

Carried load, blocking, log normalising constant and walk count. More...

#include <line/api/lossn/lossn_rec.h>

Collaboration diagram for line::lossn::LossnRecResult< T >:

Public Attributes

std::vector< T > QLen
 Mean number of class-r calls in progress, the carried load.
std::vector< T > Loss
 Blocking probability per class.
G
 Normalising constant G(C).
double lG = 0.0
 log G(C), a double diagnostic.
int iterations = 0
 Number of diagram walks performed, K + 1.

Detailed Description

template<class T>
struct line::lossn::LossnRecResult< T >

Carried load, blocking, log normalising constant and walk count.

Definition at line 68 of file lossn_rec.h.

Member Data Documentation

◆ G

template<class T>
T line::lossn::LossnRecResult< T >::G

Normalising constant G(C).

Definition at line 74 of file lossn_rec.h.

Referenced by line::lossn::lossn_rec().

◆ iterations

template<class T>
int line::lossn::LossnRecResult< T >::iterations = 0

Number of diagram walks performed, K + 1.

Definition at line 78 of file lossn_rec.h.

Referenced by line::lossn::lossn_rec(), and line::nc::solver_nc_lossn_analyzer().

◆ lG

template<class T>
double line::lossn::LossnRecResult< T >::lG = 0.0

log G(C), a double diagnostic.

Definition at line 76 of file lossn_rec.h.

Referenced by line::lossn::lossn_rec(), and line::nc::solver_nc_lossn_analyzer().

◆ Loss

template<class T>
std::vector<T> line::lossn::LossnRecResult< T >::Loss

Blocking probability per class.

Definition at line 72 of file lossn_rec.h.

Referenced by line::lossn::lossn_rec(), and line::nc::solver_nc_lossn_analyzer().

◆ QLen

template<class T>
std::vector<T> line::lossn::LossnRecResult< T >::QLen

Mean number of class-r calls in progress, the carried load.

Definition at line 70 of file lossn_rec.h.

Referenced by line::lossn::lossn_rec(), and line::nc::solver_nc_lossn_analyzer().


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