LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::pfqn::CycletResult Struct Reference

Density, distribution and moments of the passage time along a path. More...

#include <line/api/pfqn/pfqn_cyclet_ofree.h>

Collaboration diagram for line::pfqn::CycletResult:

Public Attributes

std::vector< double > f
std::vector< double > F
std::vector< double > mom
std::vector< CycletPathInfoinfo

Detailed Description

Density, distribution and moments of the passage time along a path.

Definition at line 68 of file pfqn_cyclet_ofree.h.

Member Data Documentation

◆ F

std::vector<double> line::pfqn::CycletResult::F

Definition at line 70 of file pfqn_cyclet_ofree.h.

◆ f

std::vector<double> line::pfqn::CycletResult::f

Definition at line 69 of file pfqn_cyclet_ofree.h.

◆ info

std::vector<CycletPathInfo> line::pfqn::CycletResult::info

Definition at line 72 of file pfqn_cyclet_ofree.h.

◆ mom

std::vector<double> line::pfqn::CycletResult::mom

Definition at line 71 of file pfqn_cyclet_ofree.h.


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