![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of laplaceapprox, mirroring [I, H, logI]. More...
#include <line/api/pfqn/laplaceapprox.h>
Public Attributes | |
| T | I |
| Matrix< T > | H |
| T | logI |
| bool | detNegative |
| true when det(-H) stayed negative (MATLAB warns) | |
Return value of laplaceapprox, mirroring [I, H, logI].
Definition at line 91 of file laplaceapprox.h.
| 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().
| Matrix<T> line::pfqn::LaplaceResult< T >::H |
Definition at line 93 of file laplaceapprox.h.
Referenced by line::pfqn::laplaceapprox().
| T line::pfqn::LaplaceResult< T >::I |
Definition at line 92 of file laplaceapprox.h.
Referenced by line::pfqn::laplaceapprox().
| T line::pfqn::LaplaceResult< T >::logI |
Definition at line 94 of file laplaceapprox.h.
Referenced by line::pfqn::laplaceapprox().