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

Stationary matrix-exponential solution of a general Markovian fluid model. More...

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

Public Attributes

std::vector< T > mass0
 P(level 0, state j), length N.
std::vector< T > ini
 initial vector of the density, length Np
Matrix< T > K
 matrix exponent of the density, Np x Np
Matrix< T > clo
 closing matrix of the density, Np x N

Detailed Description

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

Stationary matrix-exponential solution of a general Markovian fluid model.

Definition at line 280 of file mfq_solve.h.

Member Data Documentation

◆ clo

template<class T>
Matrix<T> line::mam::GeneralFluidSolution< T >::clo

closing matrix of the density, Np x N

Definition at line 284 of file mfq_solve.h.

Referenced by line::mam::mfq_fluflu_sojourn(), line::mam::mfq_general_solve(), line::mam::mfq_prio_queue(), and line::mam::mfq_sojourn().

◆ ini

template<class T>
std::vector<T> line::mam::GeneralFluidSolution< T >::ini

initial vector of the density, length Np

Definition at line 282 of file mfq_solve.h.

Referenced by line::mam::mfq_fluflu_sojourn(), line::mam::mfq_general_solve(), line::mam::mfq_prio_queue(), and line::mam::mfq_sojourn().

◆ K

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

matrix exponent of the density, Np x Np

Definition at line 283 of file mfq_solve.h.

Referenced by line::mam::mfq_fluflu_sojourn(), line::mam::mfq_general_solve(), line::mam::mfq_prio_queue(), and line::mam::mfq_sojourn().

◆ mass0

template<class T>
std::vector<T> line::mam::GeneralFluidSolution< T >::mass0

P(level 0, state j), length N.

Definition at line 281 of file mfq_solve.h.

Referenced by line::mam::mfq_general_solve(), line::mam::mfq_prio_queue(), and line::mam::mfq_sojourn().


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