![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Rates and branch probabilities of a hyperexponential given as a MAP. More...
#include <line/api/mam/map_rand.h>
Public Attributes | |
| std::vector< T > | lambda |
| std::vector< T > | prob |
Rates and branch probabilities of a hyperexponential given as a MAP.
Definition at line 181 of file map_rand.h.
| std::vector<T> line::mam::HyperParams< T >::lambda |
Definition at line 182 of file map_rand.h.
Referenced by line::mam::ph2hyper().
| std::vector<T> line::mam::HyperParams< T >::prob |
Definition at line 183 of file map_rand.h.
Referenced by line::mam::ph2hyper().