![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of da_cache_isolate, mirroring [gamma,lambda_cache,Rcost]. More...
#include <line/api/da/da_cache_isolate.h>
Public Attributes | |
| Matrix< T > | gamma |
| (n x h) access factors | |
| std::vector< Matrix< T > > | lambda_cache |
| (u) matrices of size n x (h+1) | |
| std::vector< std::vector< Matrix< T > > > | Rcost |
| (u x n) of (h+1)x(h+1) | |
Return value of da_cache_isolate, mirroring [gamma,lambda_cache,Rcost].
Definition at line 69 of file da_cache_isolate.h.
| Matrix<T> line::da::CacheIsolateResult< T >::gamma |
(n x h) access factors
Definition at line 70 of file da_cache_isolate.h.
Referenced by line::da::da_cache_isolate(), line::da::da_cacheqn(), line::da::da_cacheqn_retrieval(), and line::mva::solver_mva_cache_analyzer().
| std::vector<Matrix<T> > line::da::CacheIsolateResult< T >::lambda_cache |
(u) matrices of size n x (h+1)
Definition at line 71 of file da_cache_isolate.h.
Referenced by line::da::da_cache_isolate(), line::da::da_cacheqn(), line::da::da_cacheqn_retrieval(), and line::mva::solver_mva_cache_analyzer().
| std::vector<std::vector<Matrix<T> > > line::da::CacheIsolateResult< T >::Rcost |
(u x n) of (h+1)x(h+1)
Definition at line 72 of file da_cache_isolate.h.
Referenced by line::da::da_cache_isolate(), line::da::da_cacheqn(), and line::mva::solver_mva_cache_analyzer().