![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the struct MATLAB returns from qsys_mm1_lindley. More...
#include <line/api/qsys/qsys_mm1_lindley.h>
Public Attributes | |
| std::vector< T > | mean |
| conditional mean, one per Wn entry | |
| std::vector< T > | var |
| conditional variance, one per Wn entry | |
| Matrix< T > | moments |
| (numel(Wn) x mmax) conditional raw moments | |
| unsigned | mmax = 2 |
| highest moment order computed | |
| std::string | analyzer |
| identifier string, as in MATLAB | |
Mirrors the struct MATLAB returns from qsys_mm1_lindley.
Definition at line 54 of file qsys_mm1_lindley.h.
| std::string line::qsys::LindleyResult< T >::analyzer |
identifier string, as in MATLAB
Definition at line 59 of file qsys_mm1_lindley.h.
Referenced by line::qsys::qsys_hh1_lindley(), and line::qsys::qsys_mm1_lindley().
| std::vector<T> line::qsys::LindleyResult< T >::mean |
conditional mean, one per Wn entry
Definition at line 55 of file qsys_mm1_lindley.h.
Referenced by line::qsys::qsys_hh1_lindley(), and line::qsys::qsys_mm1_lindley().
| unsigned line::qsys::LindleyResult< T >::mmax = 2 |
highest moment order computed
Definition at line 58 of file qsys_mm1_lindley.h.
Referenced by line::qsys::qsys_hh1_lindley(), and line::qsys::qsys_mm1_lindley().
| Matrix<T> line::qsys::LindleyResult< T >::moments |
(numel(Wn) x mmax) conditional raw moments
Definition at line 57 of file qsys_mm1_lindley.h.
Referenced by line::qsys::qsys_hh1_lindley(), and line::qsys::qsys_mm1_lindley().
| std::vector<T> line::qsys::LindleyResult< T >::var |
conditional variance, one per Wn entry
Definition at line 56 of file qsys_mm1_lindley.h.
Referenced by line::qsys::qsys_hh1_lindley(), and line::qsys::qsys_mm1_lindley().