Package jline.api.cache
Class Cache_prob_erecKt
-
- All Implemented Interfaces:
public final class Cache_prob_erecKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
cache_prob_erec(Matrix gamma, Matrix m)
Computes the cache state probabilities using an exact recursive method. -
-
Method Detail
-
cache_prob_erec
final static Matrix cache_prob_erec(Matrix gamma, Matrix m)
Computes the cache state probabilities using an exact recursive method. This method calculates the probabilities of the cache being in different states based on the cache access factors and capacity.
- Parameters:
gamma
- Matrix representing the cache access factors.m
- Matrix representing the cache capacity vector.- Returns:
matrix containing the computed cache state probabilities for each item and level.
-
-
-
-