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

A discrete phase-type law: initial row vector alpha and transient A. More...

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

Public Member Functions

std::size_t order () const

Public Attributes

std::vector< T > alpha
Matrix< T > A

Detailed Description

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

A discrete phase-type law: initial row vector alpha and transient A.

Definition at line 55 of file dtime.h.

Member Function Documentation

◆ order()

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

Definition at line 59 of file dtime.h.

References A, and line::Matrix< T >::rows().

Member Data Documentation

◆ A

◆ alpha

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

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