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

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

Public Attributes

std::vector< T > t
 accepted time points, the first being t0
Matrix< T > pi
 one row per time point

Detailed Description

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

Definition at line 48 of file ctmc_transient.h.

Member Data Documentation

◆ pi

template<class T>
Matrix<T> line::mc::TransientResult< T >::pi

one row per time point

Definition at line 50 of file ctmc_transient.h.

Referenced by line::mc::ctmc_transient_on_grid(), and line::ctmc::solver_ctmc_chain_transient().

◆ t

template<class T>
std::vector<T> line::mc::TransientResult< T >::t

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