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

Mean performance measures of pfqn_nintmva at the requested population. More...

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

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

Public Attributes

X
 throughput at population N
std::vector< T > Q
 (M) mean queue lengths
std::vector< T > U
 (M) utilizations
std::vector< T > R
 (M) residence times

Detailed Description

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

Mean performance measures of pfqn_nintmva at the requested population.

Definition at line 55 of file pfqn_nintmva.h.

Member Data Documentation

◆ Q

template<class T>
std::vector<T> line::pfqn::NintMvaResult< T >::Q

(M) mean queue lengths

Definition at line 57 of file pfqn_nintmva.h.

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

◆ R

template<class T>
std::vector<T> line::pfqn::NintMvaResult< T >::R

(M) residence times

Definition at line 59 of file pfqn_nintmva.h.

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

◆ U

template<class T>
std::vector<T> line::pfqn::NintMvaResult< T >::U

(M) utilizations

Definition at line 58 of file pfqn_nintmva.h.

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

◆ X

template<class T>
T line::pfqn::NintMvaResult< T >::X

throughput at population N

Definition at line 56 of file pfqn_nintmva.h.

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


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