![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the steady analyzer returns: the fluid metrics plus the converged split. More...
#include <line/solvers/fluid/fluid_cacheqn.h>
Public Attributes | |
| FluidSolution | sol |
| Matrix< T > | hitprob |
| (ncaches x nclasses), cache order as the node scan | |
| Matrix< T > | missprob |
| (ncaches x nclasses) | |
| int | iter = 0 |
| decomposition sweeps, not integrator steps | |
| qn::NetworkStruct< T > | refreshed |
| The struct whose cache self-switch carries the CONVERGED split rather than the offered one, from which the runner derives ArvR and ResidT. | |
What the steady analyzer returns: the fluid metrics plus the converged split.
Definition at line 80 of file fluid_cacheqn.h.
| Matrix<T> line::fluid::FluidCacheqnSolution< T >::hitprob |
(ncaches x nclasses), cache order as the node scan
Definition at line 82 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_analyzer(), and line::fluid::solver_fluid_run_analyzer().
| int line::fluid::FluidCacheqnSolution< T >::iter = 0 |
decomposition sweeps, not integrator steps
Definition at line 84 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_analyzer().
| Matrix<T> line::fluid::FluidCacheqnSolution< T >::missprob |
(ncaches x nclasses)
Definition at line 83 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_analyzer(), and line::fluid::solver_fluid_run_analyzer().
| qn::NetworkStruct<T> line::fluid::FluidCacheqnSolution< T >::refreshed |
The struct whose cache self-switch carries the CONVERGED split rather than the offered one, from which the runner derives ArvR and ResidT.
Same contract as the MVA and NC siblings.
Definition at line 90 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_analyzer(), and line::fluid::solver_fluid_run_analyzer().
| FluidSolution line::fluid::FluidCacheqnSolution< T >::sol |
Definition at line 81 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_analyzer(), and line::fluid::solver_fluid_run_analyzer().