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

Return value of laplaceapprox, mirroring [I, H, logI]. More...

#include <line/api/pfqn/laplaceapprox.h>

Collaboration diagram for line::pfqn::LaplaceResult< T >:

Public Attributes

I
Matrix< T > H
logI
bool detNegative
 true when det(-H) stayed negative (MATLAB warns)

Detailed Description

template<class T>
struct line::pfqn::LaplaceResult< T >

Return value of laplaceapprox, mirroring [I, H, logI].

Definition at line 91 of file laplaceapprox.h.

Member Data Documentation

◆ detNegative

template<class T>
bool line::pfqn::LaplaceResult< T >::detNegative

true when det(-H) stayed negative (MATLAB warns)

Definition at line 95 of file laplaceapprox.h.

Referenced by line::pfqn::laplaceapprox().

◆ H

template<class T>
Matrix<T> line::pfqn::LaplaceResult< T >::H

Definition at line 93 of file laplaceapprox.h.

Referenced by line::pfqn::laplaceapprox().

◆ I

template<class T>
T line::pfqn::LaplaceResult< T >::I

Definition at line 92 of file laplaceapprox.h.

Referenced by line::pfqn::laplaceapprox().

◆ logI

template<class T>
T line::pfqn::LaplaceResult< T >::logI

Definition at line 94 of file laplaceapprox.h.

Referenced by line::pfqn::laplaceapprox().


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