![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of cache_xi_fp, mirroring [xi,pi0,pij,it]. More...
#include <line/api/cache/cache_xi_fp.h>
Public Attributes | |
| std::vector< T > | xi |
| (h) Lagrange multipliers | |
| std::vector< T > | pi0 |
| (n) per-item miss probability | |
| Matrix< T > | pij |
| (n x h) per-item per-list hit probability | |
| int | it |
| iterations performed | |
Return value of cache_xi_fp, mirroring [xi,pi0,pij,it].
Definition at line 51 of file cache_xi_fp.h.
| int line::cache::CacheXiFpResult< T >::it |
iterations performed
Definition at line 55 of file cache_xi_fp.h.
Referenced by line::cache::cache_xi_fp().
| std::vector<T> line::cache::CacheXiFpResult< T >::pi0 |
(n) per-item miss probability
Definition at line 53 of file cache_xi_fp.h.
Referenced by line::cache::cache_xi_fp().
| Matrix<T> line::cache::CacheXiFpResult< T >::pij |
(n x h) per-item per-list hit probability
Definition at line 54 of file cache_xi_fp.h.
Referenced by line::cache::cache_xi_fp().
| std::vector<T> line::cache::CacheXiFpResult< T >::xi |
(h) Lagrange multipliers
Definition at line 52 of file cache_xi_fp.h.
Referenced by line::cache::cache_miss_fpi(), line::cache::cache_prob_fpi(), and line::cache::cache_xi_fp().