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

Return value of pfqn_mvaoi_marg, mirroring [XN, QN]. More...

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

Public Attributes

std::vector< T > X
 (R) per-class throughput
Matrix< T > Q
 (M x R) per-class queue length at every station

Detailed Description

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

Return value of pfqn_mvaoi_marg, mirroring [XN, QN].

Definition at line 70 of file pfqn_mvaoi_marg.h.

Member Data Documentation

◆ Q

template<class T>
Matrix<T> line::pfqn::MvaoiMargResult< T >::Q

(M x R) per-class queue length at every station

Definition at line 72 of file pfqn_mvaoi_marg.h.

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

◆ X

template<class T>
std::vector<T> line::pfqn::MvaoiMargResult< T >::X

(R) per-class throughput

Definition at line 71 of file pfqn_mvaoi_marg.h.

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


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