![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
A marginal distribution and its logarithm, over the states asked for. More...
#include <line/solvers/mva/solver_mva_prob.h>
Public Attributes | |
| std::vector< T > | P |
| std::vector< T > | logP |
A marginal distribution and its logarithm, over the states asked for.
Definition at line 54 of file solver_mva_prob.h.
| std::vector<T> line::mva::MargResult< T >::logP |
Definition at line 56 of file solver_mva_prob.h.
Referenced by line::mva::solver_mva_get_prob_marg().
| std::vector<T> line::mva::MargResult< T >::P |
Definition at line 55 of file solver_mva_prob.h.
Referenced by line::mva::solver_mva_get_prob_marg().