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

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

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

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
Matrix< T > CN
 (M x R) residence time
G
 normalizing constant
double lG
 log of the normalizing constant

Detailed Description

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

Definition at line 44 of file pfqn_mva.h.

Member Data Documentation

◆ CN

◆ G

template<class T>
T line::pfqn::MvaResult< T >::G

◆ lG

template<class T>
double line::pfqn::MvaResult< T >::lG

◆ QN

◆ UN

◆ XN


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