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

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

Detailed Description

template<class T>
struct line::mva::MargResult< T >

A marginal distribution and its logarithm, over the states asked for.

Definition at line 54 of file solver_mva_prob.h.

Member Data Documentation

◆ logP

template<class T>
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().

◆ P

template<class T>
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().


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