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

Mode, curvature and log-integrand at the mode of the simplex factor. More...

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

Collaboration diagram for line::pfqn::simplex::Mode< T >:

Public Attributes

std::vector< T > x
Matrix< T > A
ld
h0

Detailed Description

template<class T>
struct line::pfqn::simplex::Mode< T >

Mode, curvature and log-integrand at the mode of the simplex factor.

Definition at line 328 of file pfqn_simplex.h.

Member Data Documentation

◆ A

template<class T>
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().

◆ h0

template<class T>
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().

◆ ld

template<class T>
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().

◆ x

template<class T>
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().


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