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

What the CTMC transient returns: the law at t and the truncation it used. More...

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

Public Attributes

std::vector< T > pi
 distribution at time t
std::size_t kmax
 Poisson terms used (the right truncation point for 'foxglynn').

Detailed Description

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

What the CTMC transient returns: the law at t and the truncation it used.

Definition at line 388 of file markov_chain.h.

Member Data Documentation

◆ kmax

template<class T>
std::size_t line::lang::processes::TransientAtResult< T >::kmax

Poisson terms used (the right truncation point for 'foxglynn').

Definition at line 390 of file markov_chain.h.

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

◆ pi

template<class T>
std::vector<T> line::lang::processes::TransientAtResult< T >::pi

distribution at time t

Definition at line 389 of file markov_chain.h.

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


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