![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
A matrix-exponential law in (alpha, S) form: initial vector and subgenerator. More...
#include <line/api/mam/aph_simplify.h>
Public Member Functions | |
| std::size_t | order () const |
Public Attributes | |
| std::vector< T > | alpha |
| (n) initial vector, possibly sub-stochastic | |
| Matrix< T > | S |
| (n x n) subgenerator | |
A matrix-exponential law in (alpha, S) form: initial vector and subgenerator.
Definition at line 46 of file aph_simplify.h.
|
inline |
Definition at line 50 of file aph_simplify.h.
References alpha.
Referenced by line::mam::aph_simplify().
| std::vector<T> line::mam::AphPair< T >::alpha |
(n) initial vector, possibly sub-stochastic
Definition at line 47 of file aph_simplify.h.
Referenced by line::mam::aph_simplify(), and order().
| Matrix<T> line::mam::AphPair< T >::S |
(n x n) subgenerator
Definition at line 48 of file aph_simplify.h.
Referenced by line::mam::aph_simplify().