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

Result of aph2_fit. More...

#include <line/api/mam/aph2_fit.h>

Collaboration diagram for line::mam::Aph2FitResult< T >:

Public Attributes

Map< T > aph
 the selected fit, APHS.front()
std::vector< Map< T > > aphs
 every feasible form found
bool adjusted
 true when the moments had to be relaxed

Detailed Description

template<class T>
struct line::mam::Aph2FitResult< T >

Result of aph2_fit.

Definition at line 34 of file aph2_fit.h.

Member Data Documentation

◆ adjusted

template<class T>
bool line::mam::Aph2FitResult< T >::adjusted

true when the moments had to be relaxed

Definition at line 37 of file aph2_fit.h.

Referenced by line::mam::aph2_fit().

◆ aph

template<class T>
Map<T> line::mam::Aph2FitResult< T >::aph

the selected fit, APHS.front()

Definition at line 35 of file aph2_fit.h.

Referenced by line::mam::aph2_fit().

◆ aphs

template<class T>
std::vector<Map<T> > line::mam::Aph2FitResult< T >::aphs

every feasible form found

Definition at line 36 of file aph2_fit.h.

Referenced by line::mam::aph2_fit(), and line::mam::maph2m_fit().


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