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

A matrix-exponential or phase-type representation (alpha, A). More...

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

Public Attributes

std::vector< T > alpha
 initial row vector
Matrix< T > A
 generator-like matrix exponent

Detailed Description

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

A matrix-exponential or phase-type representation (alpha, A).

Definition at line 70 of file mfq_sojourn.h.

Member Data Documentation

◆ A

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

generator-like matrix exponent

Definition at line 72 of file mfq_sojourn.h.

Referenced by line::mam::mfq_fluflu_sojourn(), and line::mam::mfq_sojourn().

◆ alpha

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

initial row vector

Definition at line 71 of file mfq_sojourn.h.

Referenced by line::mam::mfq_fluflu_sojourn(), and line::mam::mfq_sojourn().


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