1#ifndef TATAMI_ORACLE_HPP 
    2#define TATAMI_ORACLE_HPP 
   28template<
typename Index_>
 
Predict future access requests on the target dimension.
Definition Oracle.hpp:29
 
virtual Index_ get(PredictionIndex i) const =0
 
virtual PredictionIndex total() const =0
 
Flexible representations for matrix data.
Definition Extractor.hpp:15
 
std::size_t PredictionIndex
Definition Oracle.hpp:18