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

A discrete-time MAP: substochastic D0 (no arrival) and D1 (one arrival). More...

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

Public Member Functions

std::size_t order () const

Public Attributes

Matrix< T > D0
Matrix< T > D1

Detailed Description

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

A discrete-time MAP: substochastic D0 (no arrival) and D1 (one arrival).

Definition at line 48 of file dmap.h.

Member Function Documentation

◆ order()

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

Member Data Documentation

◆ D0

◆ D1


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