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

An MMAP: the underlying MAP plus the per-class arrival matrices. More...

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

Inheritance diagram for line::mam::Mmap< T >:
Collaboration diagram for line::mam::Mmap< T >:

Public Member Functions

std::size_t order () const
std::size_t classes () const
Map< T > map () const

Public Attributes

Matrix< T > D0
Matrix< T > D1
std::vector< Matrix< T > > Dc
 per-class matrices, sum_c Dc = D1

Detailed Description

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

An MMAP: the underlying MAP plus the per-class arrival matrices.

Definition at line 45 of file mmap_lambda.h.

Member Function Documentation

◆ classes()

◆ map()

◆ order()

Member Data Documentation

◆ D0

◆ D1

◆ Dc


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