![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
A discrete phase-type law: initial row vector alpha and transient A. More...
#include <line/api/mam/dtime.h>
Public Member Functions | |
| std::size_t | order () const |
Public Attributes | |
| std::vector< T > | alpha |
| Matrix< T > | A |
A discrete phase-type law: initial row vector alpha and transient A.
|
inline |
Definition at line 59 of file dtime.h.
References A, and line::Matrix< T >::rows().
| Matrix<T> line::mam::Dph< T >::A |
Definition at line 57 of file dtime.h.
Referenced by line::mam::dmap_compress(), line::mam::dmap_to_dph(), line::mam::dph_from_dist(), line::mam::dph_to_dmap(), and order().
| std::vector<T> line::mam::Dph< T >::alpha |
Definition at line 56 of file dtime.h.
Referenced by line::mam::dmap_compress(), line::mam::dmap_to_dph(), line::mam::dph_from_dist(), and line::mam::dph_to_dmap().