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

What getProbState returns: the probability and the two determinants behind it. More...

#include <line/lang/processes/markov_chain.h>

Collaboration diagram for line::lang::processes::ProbStateResult< T >:

Public Attributes

pi_i
 probability of the state
num
 determinant of the numerator matrix
den
 determinant of the denominator matrix

Detailed Description

template<class T>
struct line::lang::processes::ProbStateResult< T >

What getProbState returns: the probability and the two determinants behind it.

Definition at line 303 of file markov_chain.h.

Member Data Documentation

◆ den

template<class T>
T line::lang::processes::ProbStateResult< T >::den

determinant of the denominator matrix

Definition at line 306 of file markov_chain.h.

Referenced by line::lang::processes::get_prob_state().

◆ num

template<class T>
T line::lang::processes::ProbStateResult< T >::num

determinant of the numerator matrix

Definition at line 305 of file markov_chain.h.

Referenced by line::lang::processes::get_prob_state().

◆ pi_i

template<class T>
T line::lang::processes::ProbStateResult< T >::pi_i

probability of the state

Definition at line 304 of file markov_chain.h.

Referenced by line::lang::processes::get_prob_state().


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