![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The unit-mean (alpha, A) form of a CME, with the SCV it attains. More...
#include <line/api/mam/cme.h>
Public Attributes | |
| std::vector< T > | alpha |
| entry law, sums to one | |
| Matrix< T > | A |
| (2n+1) square, generator-shaped but not a generator | |
| double | scv |
| the tabulated cv2 of this order | |
The unit-mean (alpha, A) form of a CME, with the SCV it attains.
| Matrix<T> line::mam::CmeRepresentation< T >::A |
(2n+1) square, generator-shaped but not a generator
Definition at line 58 of file cme.h.
Referenced by line::mam::cme_representation(), and line::mam::dist_fit_me().
| std::vector<T> line::mam::CmeRepresentation< T >::alpha |
entry law, sums to one
Definition at line 57 of file cme.h.
Referenced by line::mam::cme_representation(), and line::mam::dist_fit_me().
| double line::mam::CmeRepresentation< T >::scv |
the tabulated cv2 of this order
Definition at line 59 of file cme.h.
Referenced by line::mam::cme_representation(), and line::mam::dist_fit_me().