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

Sojourn-time moments at the PS station, per class. More...

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

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

Public Attributes

std::vector< T > W
 (R) mean sojourn times; NaN for an unpopulated class
std::vector< T > W2
 (R) second moments
std::vector< ResptPsMethodmethod
std::vector< T > c0
 (R) leading asymptotic term, NaN off that route
std::vector< T > c1
 (R) first correction, NaN off that route
std::vector< T > alpha
 (R) unutilized CPU fraction of the open system
std::vector< double > nstates
 (R) size of the exact state space
expansionParam
 Nexp = max_r q_r / p_r.

Detailed Description

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

Sojourn-time moments at the PS station, per class.

Definition at line 87 of file pfqn_respt_ps_moments.h.

Member Data Documentation

◆ alpha

template<class T>
std::vector<T> line::pfqn::ResptPsMomentsResult< T >::alpha

(R) unutilized CPU fraction of the open system

Definition at line 93 of file pfqn_respt_ps_moments.h.

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

◆ c0

template<class T>
std::vector<T> line::pfqn::ResptPsMomentsResult< T >::c0

(R) leading asymptotic term, NaN off that route

Definition at line 91 of file pfqn_respt_ps_moments.h.

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

◆ c1

template<class T>
std::vector<T> line::pfqn::ResptPsMomentsResult< T >::c1

(R) first correction, NaN off that route

Definition at line 92 of file pfqn_respt_ps_moments.h.

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

◆ expansionParam

template<class T>
T line::pfqn::ResptPsMomentsResult< T >::expansionParam

Nexp = max_r q_r / p_r.

Definition at line 95 of file pfqn_respt_ps_moments.h.

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

◆ method

template<class T>
std::vector<ResptPsMethod> line::pfqn::ResptPsMomentsResult< T >::method

Definition at line 90 of file pfqn_respt_ps_moments.h.

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

◆ nstates

template<class T>
std::vector<double> line::pfqn::ResptPsMomentsResult< T >::nstates

(R) size of the exact state space

Definition at line 94 of file pfqn_respt_ps_moments.h.

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

◆ W

template<class T>
std::vector<T> line::pfqn::ResptPsMomentsResult< T >::W

(R) mean sojourn times; NaN for an unpopulated class

Definition at line 88 of file pfqn_respt_ps_moments.h.

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

◆ W2

template<class T>
std::vector<T> line::pfqn::ResptPsMomentsResult< T >::W2

(R) second moments

Definition at line 89 of file pfqn_respt_ps_moments.h.

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


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