![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One cache's transient, the per-cache slice of the reference's 3-D outputs. More...
#include <line/solvers/fluid/fluid_cacheqn.h>
Public Attributes | |
| std::size_t | node = 0 |
| 0-based Cache node index | |
| std::vector< T > | t |
| time grid of THIS cache | |
| Matrix< T > | hitprob_t |
| (nclasses x nt) | |
| Matrix< T > | missprob_t |
| (nclasses x nt) | |
| std::vector< T > | arate |
| (nclasses) converged arrival rate at the cache | |
| Matrix< T > | xocc |
| (nitems*(h+1) x nt) DDPP occupancy trajectory | |
One cache's transient, the per-cache slice of the reference's 3-D outputs.
Definition at line 95 of file fluid_cacheqn.h.
| std::vector<T> line::fluid::FluidCacheqnTranCache< T >::arate |
(nclasses) converged arrival rate at the cache
Definition at line 100 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_tran().
| Matrix<T> line::fluid::FluidCacheqnTranCache< T >::hitprob_t |
(nclasses x nt)
Definition at line 98 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_tran().
| Matrix<T> line::fluid::FluidCacheqnTranCache< T >::missprob_t |
(nclasses x nt)
Definition at line 99 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_tran().
| std::size_t line::fluid::FluidCacheqnTranCache< T >::node = 0 |
0-based Cache node index
Definition at line 96 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_tran().
| std::vector<T> line::fluid::FluidCacheqnTranCache< T >::t |
time grid of THIS cache
Definition at line 97 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_tran().
| Matrix<T> line::fluid::FluidCacheqnTranCache< T >::xocc |
(nitems*(h+1) x nt) DDPP occupancy trajectory
Definition at line 101 of file fluid_cacheqn.h.
Referenced by line::fluid::solver_fld_cacheqn_tran().