![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 |
Per-layer results of one iteration, the [QN,UN,RN,TN,AN,WN] of getAvg.
Definition at line 345 of file solver_ln.h.
| Matrix<T> line::ln::LayerResult< T >::QN |
Definition at line 346 of file solver_ln.h.
Referenced by line::ln::LnStochController< T >::update().
| Matrix<T> line::ln::LayerResult< T >::RN |
Definition at line 346 of file solver_ln.h.
Referenced by line::ln::LnStochController< T >::update().
| Matrix<T> line::ln::LayerResult< T >::TN |
Definition at line 346 of file solver_ln.h.
Referenced by line::ln::LnStochController< T >::update().
| Matrix<T> line::ln::LayerResult< T >::UN |
Definition at line 346 of file solver_ln.h.
Referenced by line::ln::LnStochController< T >::update().
| Matrix<T> line::ln::LayerResult< T >::WN |
Definition at line 346 of file solver_ln.h.
Referenced by line::ln::LnStochController< T >::update().