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

Result of map2_fit: the MAP plus the reference's ERR code. More...

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

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

Public Attributes

Map< T > map
 valid only when has_map is true
bool has_map
 false when the characteristics are infeasible
int err
 0 ok, -1 fitted but structurally infeasible, else MATLAB ERR
e3_used
 the third moment actually matched (differs when a sentinel was passed)

Detailed Description

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

Result of map2_fit: the MAP plus the reference's ERR code.

Definition at line 54 of file map2_fit.h.

Member Data Documentation

◆ e3_used

template<class T>
T line::mam::Map2FitResult< T >::e3_used

the third moment actually matched (differs when a sentinel was passed)

Definition at line 58 of file map2_fit.h.

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

◆ err

template<class T>
int line::mam::Map2FitResult< T >::err

0 ok, -1 fitted but structurally infeasible, else MATLAB ERR

Definition at line 57 of file map2_fit.h.

Referenced by line::mam::map2_fit(), and line::mam::map2_fit_idc().

◆ has_map

template<class T>
bool line::mam::Map2FitResult< T >::has_map

false when the characteristics are infeasible

Definition at line 56 of file map2_fit.h.

Referenced by line::mam::map2_fit(), and line::mam::map2_fit_idc().

◆ map

template<class T>
Map<T> line::mam::Map2FitResult< T >::map

valid only when has_map is true

Definition at line 55 of file map2_fit.h.

Referenced by line::mam::map2_fit(), and line::mam::map2_fit_idc().


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