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

Return value of pfqn_schmidt_ext, mirroring [XN,QN,UN,CN]. More...

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

Public Attributes

std::vector< T > XN
 (R) per-class throughput
Matrix< T > QN
 (M x R) mean queue length
Matrix< T > UN
 (M x R) utilization, D X / s
Matrix< T > CN
 (M x R) residence time

Detailed Description

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

Return value of pfqn_schmidt_ext, mirroring [XN,QN,UN,CN].

Definition at line 85 of file pfqn_schmidt_ext.h.

Member Data Documentation

◆ CN

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

(M x R) residence time

Definition at line 89 of file pfqn_schmidt_ext.h.

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

◆ QN

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

(M x R) mean queue length

Definition at line 87 of file pfqn_schmidt_ext.h.

Referenced by line::pfqn::pfqn_schmidt_ext(), and line::mva::solver_amva().

◆ UN

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

(M x R) utilization, D X / s

Definition at line 88 of file pfqn_schmidt_ext.h.

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

◆ XN

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

(R) per-class throughput

Definition at line 86 of file pfqn_schmidt_ext.h.

Referenced by line::pfqn::pfqn_schmidt_ext(), and line::mva::solver_amva().


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