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

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

#include <line/api/pfqn/pfqn_schmidt.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::SchmidtResult< T >

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

Definition at line 59 of file pfqn_schmidt.h.

Member Data Documentation

◆ CN

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

(M x R) residence time

Definition at line 63 of file pfqn_schmidt.h.

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

◆ QN

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

(M x R) mean queue length

Definition at line 61 of file pfqn_schmidt.h.

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

◆ UN

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

(M x R) utilization, D X / s

Definition at line 62 of file pfqn_schmidt.h.

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

◆ XN

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

(R) per-class throughput

Definition at line 60 of file pfqn_schmidt.h.

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


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