![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Sojourn-time moments at the PS station, per class. More...
#include <line/api/pfqn/pfqn_respt_ps_moments.h>
Public Attributes | |
| std::vector< T > | W |
| (R) mean sojourn times; NaN for an unpopulated class | |
| std::vector< T > | W2 |
| (R) second moments | |
| std::vector< ResptPsMethod > | method |
| std::vector< T > | c0 |
| (R) leading asymptotic term, NaN off that route | |
| std::vector< T > | c1 |
| (R) first correction, NaN off that route | |
| std::vector< T > | alpha |
| (R) unutilized CPU fraction of the open system | |
| std::vector< double > | nstates |
| (R) size of the exact state space | |
| T | expansionParam |
| Nexp = max_r q_r / p_r. | |
Sojourn-time moments at the PS station, per class.
Definition at line 87 of file pfqn_respt_ps_moments.h.
| std::vector<T> line::pfqn::ResptPsMomentsResult< T >::alpha |
(R) unutilized CPU fraction of the open system
Definition at line 93 of file pfqn_respt_ps_moments.h.
Referenced by line::pfqn::pfqn_respt_ps_moments().
| std::vector<T> line::pfqn::ResptPsMomentsResult< T >::c0 |
(R) leading asymptotic term, NaN off that route
Definition at line 91 of file pfqn_respt_ps_moments.h.
Referenced by line::pfqn::pfqn_respt_ps_moments().
| std::vector<T> line::pfqn::ResptPsMomentsResult< T >::c1 |
(R) first correction, NaN off that route
Definition at line 92 of file pfqn_respt_ps_moments.h.
Referenced by line::pfqn::pfqn_respt_ps_moments().
| T line::pfqn::ResptPsMomentsResult< T >::expansionParam |
Nexp = max_r q_r / p_r.
Definition at line 95 of file pfqn_respt_ps_moments.h.
Referenced by line::pfqn::pfqn_respt_ps_moments().
| std::vector<ResptPsMethod> line::pfqn::ResptPsMomentsResult< T >::method |
Definition at line 90 of file pfqn_respt_ps_moments.h.
Referenced by line::pfqn::pfqn_respt_ps_moments().
| std::vector<double> line::pfqn::ResptPsMomentsResult< T >::nstates |
(R) size of the exact state space
Definition at line 94 of file pfqn_respt_ps_moments.h.
Referenced by line::pfqn::pfqn_respt_ps_moments().
| std::vector<T> line::pfqn::ResptPsMomentsResult< T >::W |
(R) mean sojourn times; NaN for an unpopulated class
Definition at line 88 of file pfqn_respt_ps_moments.h.
Referenced by line::pfqn::pfqn_respt_ps_moments().
| std::vector<T> line::pfqn::ResptPsMomentsResult< T >::W2 |
(R) second moments
Definition at line 89 of file pfqn_respt_ps_moments.h.
Referenced by line::pfqn::pfqn_respt_ps_moments().