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

Perron root of A(theta) with its first two derivatives and the amplitude. More...

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

Collaboration diagram for line::mc::PerronState< T >:

Public Attributes

eta
deta
d2eta
ampl

Detailed Description

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

Perron root of A(theta) with its first two derivatives and the amplitude.

Definition at line 138 of file ctmc_saddlepoint.h.

Member Data Documentation

◆ ampl

template<class T>
T line::mc::PerronState< T >::ampl

◆ d2eta

template<class T>
T line::mc::PerronState< T >::d2eta

◆ deta

template<class T>
T line::mc::PerronState< T >::deta

◆ eta

template<class T>
T line::mc::PerronState< T >::eta

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