![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Density, distribution and moments of the passage time along a path. More...
#include <line/api/pfqn/pfqn_cyclet_ofree.h>
Public Attributes | |
| std::vector< double > | f |
| std::vector< double > | F |
| std::vector< double > | mom |
| std::vector< CycletPathInfo > | info |
Density, distribution and moments of the passage time along a path.
Definition at line 68 of file pfqn_cyclet_ofree.h.
| std::vector<double> line::pfqn::CycletResult::F |
Definition at line 70 of file pfqn_cyclet_ofree.h.
| std::vector<double> line::pfqn::CycletResult::f |
Definition at line 69 of file pfqn_cyclet_ofree.h.
| std::vector<CycletPathInfo> line::pfqn::CycletResult::info |
Definition at line 72 of file pfqn_cyclet_ofree.h.
| std::vector<double> line::pfqn::CycletResult::mom |
Definition at line 71 of file pfqn_cyclet_ofree.h.