![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What computePi.m returns. More...
#include <line/api/fj/fj_codes.h>
Public Attributes | |
| std::vector< double > | pi0 |
| unnormalized, length newdim * ma | |
| double | En1 = 0.0 |
| mean number of arrivals in a not-all-busy period | |
What computePi.m returns.
Definition at line 124 of file fj_codes.h.
| double line::fj::FjCodesPi::En1 = 0.0 |
mean number of arrivals in a not-all-busy period
Definition at line 126 of file fj_codes.h.
Referenced by line::fj::fj_compute_pi(), and line::fj::fj_return_rt2().
| std::vector<double> line::fj::FjCodesPi::pi0 |
unnormalized, length newdim * ma
Definition at line 125 of file fj_codes.h.
Referenced by line::fj::fj_compute_pi(), and line::fj::fj_return_rt2().