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

The joint (level, phase) table getProb returns: rows levels, cols phases. More...

#include <line/solvers/mam/solver_mam_prob.h>

Public Attributes

Matrix< T > P

Detailed Description

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

The joint (level, phase) table getProb returns: rows levels, cols phases.

Definition at line 213 of file solver_mam_prob.h.

Member Data Documentation

◆ P

template<class T>
Matrix<T> line::mam::ProbTable< T >::P

Definition at line 214 of file solver_mam_prob.h.

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


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