![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/pfqn/pfqn_sens_mva.h>
Public Attributes | |
| std::vector< T > | XN |
| (R) throughput, identical to pfqn_mva | |
| Matrix< T > | QN |
| (M x R) mean queue length | |
| Matrix< T > | UN |
| (M x R) utilization | |
| Matrix< T > | CN |
| (M x R) residence time (MATLAB field .R) | |
| std::vector< Matrix< T > > | QCov |
| (M) matrices R x R, QCov[i](r,s) = Cov[n(i,r),n(i,s)] | |
| Matrix< T > | QVar |
| (M x R) Var[n(i,r)] | |
| std::vector< T > | QTotVar |
| (M) Var[sum_r n(i,r)] | |
| T | QCovAsym |
| raw asymmetry of QCov before symmetrization | |
Definition at line 75 of file pfqn_sens_mva.h.
| Matrix<T> line::pfqn::SensMvaResult< T >::CN |
(M x R) residence time (MATLAB field .R)
Definition at line 79 of file pfqn_sens_mva.h.
Referenced by line::pfqn::pfqn_sens_mva().
| std::vector<Matrix<T> > line::pfqn::SensMvaResult< T >::QCov |
(M) matrices R x R, QCov[i](r,s) = Cov[n(i,r),n(i,s)]
Definition at line 80 of file pfqn_sens_mva.h.
Referenced by line::pfqn::pfqn_sens(), and line::pfqn::pfqn_sens_mva().
| T line::pfqn::SensMvaResult< T >::QCovAsym |
raw asymmetry of QCov before symmetrization
Definition at line 83 of file pfqn_sens_mva.h.
Referenced by line::pfqn::pfqn_sens(), and line::pfqn::pfqn_sens_mva().
| Matrix<T> line::pfqn::SensMvaResult< T >::QN |
(M x R) mean queue length
Definition at line 77 of file pfqn_sens_mva.h.
Referenced by line::pfqn::pfqn_sens_mva().
| std::vector<T> line::pfqn::SensMvaResult< T >::QTotVar |
(M) Var[sum_r n(i,r)]
Definition at line 82 of file pfqn_sens_mva.h.
Referenced by line::pfqn::pfqn_sens(), and line::pfqn::pfqn_sens_mva().
| Matrix<T> line::pfqn::SensMvaResult< T >::QVar |
(M x R) Var[n(i,r)]
Definition at line 81 of file pfqn_sens_mva.h.
Referenced by line::pfqn::pfqn_sens(), and line::pfqn::pfqn_sens_mva().
| Matrix<T> line::pfqn::SensMvaResult< T >::UN |
(M x R) utilization
Definition at line 78 of file pfqn_sens_mva.h.
Referenced by line::pfqn::pfqn_sens_mva().
| std::vector<T> line::pfqn::SensMvaResult< T >::XN |
(R) throughput, identical to pfqn_mva
Definition at line 76 of file pfqn_sens_mva.h.
Referenced by line::pfqn::pfqn_sens_mva().