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

A matrix-exponential law in (alpha, S) form: initial vector and subgenerator. More...

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

Public Member Functions

std::size_t order () const

Public Attributes

std::vector< T > alpha
 (n) initial vector, possibly sub-stochastic
Matrix< T > S
 (n x n) subgenerator

Detailed Description

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

A matrix-exponential law in (alpha, S) form: initial vector and subgenerator.

Definition at line 46 of file aph_simplify.h.

Member Function Documentation

◆ order()

template<class T>
std::size_t line::mam::AphPair< T >::order ( ) const
inline

Definition at line 50 of file aph_simplify.h.

References alpha.

Referenced by line::mam::aph_simplify().

Member Data Documentation

◆ alpha

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

(n) initial vector, possibly sub-stochastic

Definition at line 47 of file aph_simplify.h.

Referenced by line::mam::aph_simplify(), and order().

◆ S

template<class T>
Matrix<T> line::mam::AphPair< T >::S

(n x n) subgenerator

Definition at line 48 of file aph_simplify.h.

Referenced by line::mam::aph_simplify().


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