![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return block of pfqn_mvasjn and pfqn_amvasjn. More...
#include <line/api/pfqn/pfqn_sjn.h>
Public Attributes | |
| std::vector< double > | XN |
| (R) | |
| Matrix< double > | QN |
| Matrix< double > | UN |
| Matrix< double > | CN |
| (M x R) | |
| std::vector< SjnProfile > | WX |
| std::size_t | iter = 1 |
| bool | converged = true |
| always true for the lattice recursion | |
| bool | capped = false |
| the utilization cap was binding somewhere | |
Return block of pfqn_mvasjn and pfqn_amvasjn.
Definition at line 98 of file pfqn_sjn.h.
| bool line::pfqn::SjnResult::capped = false |
the utilization cap was binding somewhere
Definition at line 104 of file pfqn_sjn.h.
Referenced by line::pfqn::pfqn_amvasjn(), and line::mva::solver_mva_sjn_analyzer().
| Matrix<double> line::pfqn::SjnResult::CN |
(M x R)
Definition at line 100 of file pfqn_sjn.h.
Referenced by line::pfqn::pfqn_amvasjn(), and line::pfqn::pfqn_mvasjn().
| bool line::pfqn::SjnResult::converged = true |
always true for the lattice recursion
Definition at line 103 of file pfqn_sjn.h.
Referenced by line::pfqn::pfqn_amvasjn(), and line::mva::solver_mva_sjn_analyzer().
| std::size_t line::pfqn::SjnResult::iter = 1 |
Definition at line 102 of file pfqn_sjn.h.
Referenced by line::pfqn::pfqn_amvasjn(), and line::mva::solver_mva_sjn_analyzer().
| Matrix<double> line::pfqn::SjnResult::QN |
Definition at line 100 of file pfqn_sjn.h.
Referenced by line::pfqn::pfqn_amvasjn(), line::pfqn::pfqn_mvasjn(), and line::mva::solver_mva_sjn_analyzer().
| Matrix<double> line::pfqn::SjnResult::UN |
Definition at line 100 of file pfqn_sjn.h.
Referenced by line::pfqn::pfqn_amvasjn(), line::pfqn::pfqn_mvasjn(), and line::mva::solver_mva_sjn_analyzer().
| std::vector<SjnProfile> line::pfqn::SjnResult::WX |
Definition at line 101 of file pfqn_sjn.h.
Referenced by line::pfqn::pfqn_amvasjn(), and line::pfqn::pfqn_mvasjn().
| std::vector<double> line::pfqn::SjnResult::XN |
(R)
Definition at line 99 of file pfqn_sjn.h.
Referenced by line::pfqn::pfqn_amvasjn(), line::pfqn::pfqn_mvasjn(), and line::mva::solver_mva_sjn_analyzer().