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

G and R together, as returned by qbd_fundmat. More...

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

Public Attributes

Matrix< T > G
Matrix< T > R
unsigned iterations = 0

Detailed Description

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

G and R together, as returned by qbd_fundmat.

Definition at line 259 of file qbd_r.h.

Member Data Documentation

◆ G

template<class T>
Matrix<T> line::mam::QbdFundMat< T >::G

Definition at line 260 of file qbd_r.h.

Referenced by line::mam::qbd_fundmat(), line::mam::qbd_mapmap1(), and line::mam::qbd_rg().

◆ iterations

template<class T>
unsigned line::mam::QbdFundMat< T >::iterations = 0

Definition at line 262 of file qbd_r.h.

Referenced by line::mam::qbd_fundmat(), and line::mam::qbd_mapmap1().

◆ R


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