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

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

Public Attributes

std::vector< T > pi
 distribution at time t
long left
 left truncation point
long right
 right truncation point
std::vector< T > w
 normalized Poisson weights on [left, right]

Detailed Description

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

Definition at line 54 of file ctmc_foxglynn.h.

Member Data Documentation

◆ left

template<class T>
long line::mc::FoxGlynnResult< T >::left

left truncation point

Definition at line 56 of file ctmc_foxglynn.h.

Referenced by line::mc::ctmc_foxglynn().

◆ pi

template<class T>
std::vector<T> line::mc::FoxGlynnResult< T >::pi

distribution at time t

Definition at line 55 of file ctmc_foxglynn.h.

Referenced by line::lang::processes::chain_transient_at(), and line::mc::ctmc_foxglynn().

◆ right

template<class T>
long line::mc::FoxGlynnResult< T >::right

right truncation point

Definition at line 57 of file ctmc_foxglynn.h.

Referenced by line::lang::processes::chain_transient_at(), and line::mc::ctmc_foxglynn().

◆ w

template<class T>
std::vector<T> line::mc::FoxGlynnResult< T >::w

normalized Poisson weights on [left, right]

Definition at line 58 of file ctmc_foxglynn.h.

Referenced by line::mc::ctmc_foxglynn().


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