![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mode, curvature and log-integrand at the mode of the simplex factor. More...
#include <line/api/pfqn/pfqn_simplex.h>
Public Attributes | |
| std::vector< T > | x |
| Matrix< T > | A |
| T | ld |
| T | h0 |
Mode, curvature and log-integrand at the mode of the simplex factor.
Definition at line 328 of file pfqn_simplex.h.
| Matrix<T> line::pfqn::simplex::Mode< T >::A |
Definition at line 330 of file pfqn_simplex.h.
Referenced by line::pfqn::pfqn_aghq(), and line::pfqn::simplex::simplex_mode().
| T line::pfqn::simplex::Mode< T >::h0 |
Definition at line 332 of file pfqn_simplex.h.
Referenced by line::pfqn::pfqn_aghq(), and line::pfqn::simplex::simplex_mode().
| T line::pfqn::simplex::Mode< T >::ld |
Definition at line 331 of file pfqn_simplex.h.
Referenced by line::pfqn::pfqn_aghq(), and line::pfqn::simplex::simplex_mode().
| std::vector<T> line::pfqn::simplex::Mode< T >::x |
Definition at line 329 of file pfqn_simplex.h.
Referenced by line::pfqn::pfqn_aghq(), and line::pfqn::simplex::simplex_mode().