Package jline.api.cache
Class Cache_t_hlru
java.lang.Object
jline.api.cache.Cache_t_hlru
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixcache_t_hlru(Matrix gamma, Matrix m) Characteristic time of each list of an h-LRU cache, solved by per-list bisection with Gauss-Seidel sweeps.
-
Method Details
-
cache_t_hlru
Characteristic time of each list of an h-LRU cache, solved by per-list bisection with Gauss-Seidel sweeps.- Parameters:
gamma- per-item request rates; an (n x h) matrix is accepted for backward compatibility (first column used)m- (1 x h) list capacities- Returns:
- (1 x h) characteristic time of each list
-