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

The unit-mean (alpha, A) form of a CME, with the SCV it attains. More...

#include <line/api/mam/cme.h>

Public Attributes

std::vector< T > alpha
 entry law, sums to one
Matrix< T > A
 (2n+1) square, generator-shaped but not a generator
double scv
 the tabulated cv2 of this order

Detailed Description

template<class T>
struct line::mam::CmeRepresentation< T >

The unit-mean (alpha, A) form of a CME, with the SCV it attains.

Definition at line 56 of file cme.h.

Member Data Documentation

◆ A

template<class T>
Matrix<T> line::mam::CmeRepresentation< T >::A

(2n+1) square, generator-shaped but not a generator

Definition at line 58 of file cme.h.

Referenced by line::mam::cme_representation(), and line::mam::dist_fit_me().

◆ alpha

template<class T>
std::vector<T> line::mam::CmeRepresentation< T >::alpha

entry law, sums to one

Definition at line 57 of file cme.h.

Referenced by line::mam::cme_representation(), and line::mam::dist_fit_me().

◆ scv

template<class T>
double line::mam::CmeRepresentation< T >::scv

the tabulated cv2 of this order

Definition at line 59 of file cme.h.

Referenced by line::mam::cme_representation(), and line::mam::dist_fit_me().


The documentation for this struct was generated from the following file:
  • include/line/api/mam/cme.h