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

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

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

Public Attributes

std::vector< T > XN
 (R) throughput
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, same-station covariance
Matrix< T > QCovFull
 (M*R x M*R) Cov[n(i,r),n(j,s)] at row i*R+r, column j*R+s.
Matrix< T > QVar
 (M x R)
std::vector< T > QTotVar
 (M)
QCovAsym
 residual before symmetrization

Detailed Description

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

Definition at line 60 of file pfqn_sens_mvaldmx.h.

Member Data Documentation

◆ CN

template<class T>
Matrix<T> line::pfqn::SensMvaldmxResult< T >::CN

(M x R) residence time (MATLAB field .R)

Definition at line 64 of file pfqn_sens_mvaldmx.h.

Referenced by line::pfqn::pfqn_sens_mvaldmx().

◆ QCov

template<class T>
std::vector<Matrix<T> > line::pfqn::SensMvaldmxResult< T >::QCov

(M) matrices R x R, same-station covariance

Definition at line 66 of file pfqn_sens_mvaldmx.h.

Referenced by line::pfqn::pfqn_sens_mvaldmx().

◆ QCovAsym

template<class T>
T line::pfqn::SensMvaldmxResult< T >::QCovAsym

residual before symmetrization

Definition at line 71 of file pfqn_sens_mvaldmx.h.

Referenced by line::pfqn::pfqn_sens_mvaldmx().

◆ QCovFull

template<class T>
Matrix<T> line::pfqn::SensMvaldmxResult< T >::QCovFull

(M*R x M*R) Cov[n(i,r),n(j,s)] at row i*R+r, column j*R+s.

Definition at line 68 of file pfqn_sens_mvaldmx.h.

Referenced by line::pfqn::pfqn_sens_mvaldmx().

◆ QN

template<class T>
Matrix<T> line::pfqn::SensMvaldmxResult< T >::QN

(M x R) mean queue length

Definition at line 62 of file pfqn_sens_mvaldmx.h.

Referenced by line::pfqn::pfqn_sens_mvaldmx().

◆ QTotVar

template<class T>
std::vector<T> line::pfqn::SensMvaldmxResult< T >::QTotVar

(M)

Definition at line 70 of file pfqn_sens_mvaldmx.h.

Referenced by line::pfqn::pfqn_sens_mvaldmx().

◆ QVar

template<class T>
Matrix<T> line::pfqn::SensMvaldmxResult< T >::QVar

(M x R)

Definition at line 69 of file pfqn_sens_mvaldmx.h.

Referenced by line::pfqn::pfqn_sens_mvaldmx().

◆ UN

template<class T>
Matrix<T> line::pfqn::SensMvaldmxResult< T >::UN

(M x R) utilization

Definition at line 63 of file pfqn_sens_mvaldmx.h.

Referenced by line::pfqn::pfqn_sens_mvaldmx().

◆ XN

template<class T>
std::vector<T> line::pfqn::SensMvaldmxResult< T >::XN

(R) throughput

Definition at line 61 of file pfqn_sens_mvaldmx.h.

Referenced by line::pfqn::pfqn_sens_mvaldmx().


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