![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of amap2_fit_gamma. More...
#include <line/api/mam/amap2_fit_gamma.h>
Public Attributes | |
| Map< T > | amap |
| the selected fit | |
| std::vector< Map< T > > | amaps |
| every exact solution found | |
| bool | poisson_fallback |
| true when no exact AMAP(2) exists (or SCV == 1) | |
Result of amap2_fit_gamma.
Definition at line 40 of file amap2_fit_gamma.h.
| Map<T> line::mam::Amap2FitGammaResult< T >::amap |
the selected fit
Definition at line 41 of file amap2_fit_gamma.h.
Referenced by line::mam::amap2_fit_gamma().
| std::vector<Map<T> > line::mam::Amap2FitGammaResult< T >::amaps |
every exact solution found
Definition at line 42 of file amap2_fit_gamma.h.
Referenced by line::mam::amap2_fit_gamma(), line::mam::mamap22_fit_gamma_bs(), line::mam::mamap22_fit_gamma_fs(), line::mam::mamap2m_fit(), line::mam::mamap2m_fit_gamma_fb(), and line::mam::mmap2k_fit().
| bool line::mam::Amap2FitGammaResult< T >::poisson_fallback |
true when no exact AMAP(2) exists (or SCV == 1)
Definition at line 43 of file amap2_fit_gamma.h.
Referenced by line::mam::amap2_fit_gamma().