tatami_chunked
Helpers to create custom chunked tatami matrices
|
Chunk dimension statistics. More...
Go to the source code of this file.
Classes | |
struct | tatami_chunked::ChunkDimensionStats< Index_ > |
Statistics for regular chunks along a dimension. More... | |
Namespaces | |
namespace | tatami_chunked |
Methods to handle chunked tatami matrices. | |
Functions | |
template<typename Index_ > | |
Index_ | tatami_chunked::integer_ceil (Index_ left, Index_ right) |
template<typename Index_ > | |
Index_ | tatami_chunked::get_chunk_length (const ChunkDimensionStats< Index_ > &stats, Index_ i) |
Chunk dimension statistics.