![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of map2_fit: the MAP plus the reference's ERR code. More...
#include <line/api/mam/map2_fit.h>
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 | |
| T | e3_used |
| the third moment actually matched (differs when a sentinel was passed) | |
Result of map2_fit: the MAP plus the reference's ERR code.
Definition at line 54 of file map2_fit.h.
| 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().
| 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().
| 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<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().