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

Per-source and pi0-weighted passage moments. More...

#include <line/api/mc/ctmc_passage.h>

Public Attributes

Matrix< T > mall
 (nstates x nmax), zero on the target, inf where unreachable
std::vector< T > m
 the pi0-weighted moment vector

Detailed Description

template<class T>
struct line::mc::PassageMoments< T >

Per-source and pi0-weighted passage moments.

Definition at line 269 of file ctmc_passage.h.

Member Data Documentation

◆ m

template<class T>
std::vector<T> line::mc::PassageMoments< T >::m

the pi0-weighted moment vector

Definition at line 271 of file ctmc_passage.h.

Referenced by line::ctmc::ctmc_firstpasst_moments(), line::mc::ctmc_passage_moments(), and line::mc::smp_passage_moments().

◆ mall

template<class T>
Matrix<T> line::mc::PassageMoments< T >::mall

(nstates x nmax), zero on the target, inf where unreachable

Definition at line 270 of file ctmc_passage.h.

Referenced by line::ctmc::ctmc_firstpasst_moments(), line::mc::ctmc_hitting_time(), line::mc::ctmc_passage_moments(), and line::mc::smp_passage_moments().


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