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

Per-layer results of one iteration, the [QN,UN,RN,TN,AN,WN] of getAvg. More...

#include <line/solvers/ln/solver_ln.h>

Public Attributes

Matrix< T > QN
Matrix< T > UN
Matrix< T > RN
Matrix< T > TN
Matrix< T > WN

Detailed Description

template<class T>
struct line::ln::LayerResult< T >

Per-layer results of one iteration, the [QN,UN,RN,TN,AN,WN] of getAvg.

Definition at line 345 of file solver_ln.h.

Member Data Documentation

◆ QN

template<class T>
Matrix<T> line::ln::LayerResult< T >::QN

Definition at line 346 of file solver_ln.h.

Referenced by line::ln::LnStochController< T >::update().

◆ RN

template<class T>
Matrix<T> line::ln::LayerResult< T >::RN

Definition at line 346 of file solver_ln.h.

Referenced by line::ln::LnStochController< T >::update().

◆ TN

template<class T>
Matrix<T> line::ln::LayerResult< T >::TN

Definition at line 346 of file solver_ln.h.

Referenced by line::ln::LnStochController< T >::update().

◆ UN

template<class T>
Matrix<T> line::ln::LayerResult< T >::UN

Definition at line 346 of file solver_ln.h.

Referenced by line::ln::LnStochController< T >::update().

◆ WN

template<class T>
Matrix<T> line::ln::LayerResult< T >::WN

Definition at line 346 of file solver_ln.h.

Referenced by line::ln::LnStochController< T >::update().


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