1#ifndef TATAMI_CONSECUTIVE_ORACLE_HPP
2#define TATAMI_CONSECUTIVE_ORACLE_HPP
20template<
typename Index_>
33 Index_
get(std::size_t i)
const {
39 std::size_t my_length;
Predict future accesses along a consecutive sequence.
Definition ConsecutiveOracle.hpp:21
std::size_t total() const
Definition ConsecutiveOracle.hpp:29
ConsecutiveOracle(Index_ start, Index_ length)
Definition ConsecutiveOracle.hpp:27
Index_ get(std::size_t i) const
Definition ConsecutiveOracle.hpp:33
Predict future access requests on the target dimension.
Definition Oracle.hpp:23
Flexible representations for matrix data.
Definition Extractor.hpp:15