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

Psi, K and U of a fluid queue with drifts normalized to +-1. More...

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

Public Attributes

Matrix< T > Psi
 first return matrix, up states to down states
Matrix< T > K
 Fpp + Psi Fmp, the density generator.
Matrix< T > U
 Fmm + Fmp Psi, the level-zero generator.
unsigned iterations
bool converged

Detailed Description

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

Psi, K and U of a fluid queue with drifts normalized to +-1.

Definition at line 86 of file mfq_solve.h.

Member Data Documentation

◆ converged

template<class T>
bool line::mam::FluidFundamental< T >::converged

Definition at line 91 of file mfq_solve.h.

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

◆ iterations

template<class T>
unsigned line::mam::FluidFundamental< T >::iterations

Definition at line 90 of file mfq_solve.h.

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

◆ K

template<class T>
Matrix<T> line::mam::FluidFundamental< T >::K

Fpp + Psi Fmp, the density generator.

Definition at line 88 of file mfq_solve.h.

Referenced by line::mam::mfq_fundamental(), and line::mam::mfq_general_solve().

◆ Psi

template<class T>
Matrix<T> line::mam::FluidFundamental< T >::Psi

first return matrix, up states to down states

Definition at line 87 of file mfq_solve.h.

Referenced by line::mam::mfq_fundamental(), and line::mam::mfq_general_solve().

◆ U

template<class T>
Matrix<T> line::mam::FluidFundamental< T >::U

Fmm + Fmp Psi, the level-zero generator.

Definition at line 89 of file mfq_solve.h.

Referenced by line::mam::mfq_fundamental(), and line::mam::mfq_general_solve().


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