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

What SolverENV.ctmc_decompose returns: [p, eps, epsMax, q]. More...

#include <line/solvers/env/solver_env_meanfield.h>

Collaboration diagram for line::env::EnvDecomp< T >:

Public Attributes

std::vector< T > p
 approximate stationary vector of the environment
eps
epsMAX
q

Detailed Description

template<class T>
struct line::env::EnvDecomp< T >

What SolverENV.ctmc_decompose returns: [p, eps, epsMax, q].

Definition at line 130 of file solver_env_meanfield.h.

Member Data Documentation

◆ eps

◆ epsMAX

◆ p

template<class T>
std::vector<T> line::env::EnvDecomp< T >::p

approximate stationary vector of the environment

Definition at line 131 of file solver_env_meanfield.h.

Referenced by line::env::env_compress(), and line::env::env_ctmc_decompose().

◆ q

template<class T>
T line::env::EnvDecomp< T >::q

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