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

R and the stationary distribution together (ldqbd.m). More...

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

Collaboration diagram for line::mam::LdqbdResult< T >:

Public Attributes

std::vector< Matrix< T > > R
LdqbdPi< T > pi

Detailed Description

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

R and the stationary distribution together (ldqbd.m).

Definition at line 239 of file ldqbd.h.

Member Data Documentation

◆ pi

template<class T>
LdqbdPi<T> line::mam::LdqbdResult< T >::pi

◆ R

template<class T>
std::vector<Matrix<T> > line::mam::LdqbdResult< T >::R

Definition at line 240 of file ldqbd.h.

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


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