LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::pfqn::SensMvaResult< T > Struct Template Reference

#include <line/api/pfqn/pfqn_sens_mva.h>

Collaboration diagram for line::pfqn::SensMvaResult< T >:

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)]
QCovAsym
 raw asymmetry of QCov before symmetrization

Detailed Description

template<class T>
struct line::pfqn::SensMvaResult< T >

Definition at line 75 of file pfqn_sens_mva.h.

Member Data Documentation

◆ CN

template<class T>
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().

◆ QCov

template<class T>
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().

◆ QCovAsym

template<class T>
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().

◆ QN

template<class T>
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().

◆ QTotVar

template<class T>
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().

◆ QVar

template<class T>
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().

◆ UN

template<class T>
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().

◆ XN

template<class T>
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().


The documentation for this struct was generated from the following file: