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