![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the adaptive Taylor series returns: the reference grid and its laws. More...
#include <line/api/mam/libqbd_taylor.h>
Public Attributes | |
| std::vector< double > | times |
| the reference points | |
| std::vector< std::vector< std::vector< T > > > | dists |
| per point, per level, per phase | |
What the adaptive Taylor series returns: the reference grid and its laws.
Definition at line 239 of file libqbd_taylor.h.
| std::vector<std::vector<std::vector<T> > > line::mam::TaylorSeriesResult< T >::dists |
per point, per level, per phase
Definition at line 241 of file libqbd_taylor.h.
Referenced by line::mam::solver_mam_ldqbd_transient(), and line::mam::taylor_series_adaptive().
| std::vector<double> line::mam::TaylorSeriesResult< T >::times |
the reference points
Definition at line 240 of file libqbd_taylor.h.
Referenced by line::mam::solver_mam_ldqbd_transient(), and line::mam::taylor_series_adaptive().