tatami_chunked
Helpers to create custom chunked tatami matrices
Loading...
Searching...
No Matches
tatami_chunked::SimpleSparseChunkWrapper< Blob_ > Class Template Reference

Create a sparse chunk for a CustomSparseChunkedMatrix. More...

#include <mock_sparse_chunk.hpp>

Detailed Description

template<class Blob_>
class tatami_chunked::SimpleSparseChunkWrapper< Blob_ >

Create a sparse chunk for a CustomSparseChunkedMatrix.

Wraps a sparse blob in a simple chunk interface for use inside a CustomSparseChunkedMatrix. Each blob should hold a (possibly compressed) 2-dimensional sparse array of numeric values. The wrapper satisfies the MockSimpleSparseChunk interface, but is even simpler; extraction of any data involves realization of the entire blob, with no optimization for subsets of interest along either dimension.

The Blob_ class should provide the following:

Template Parameters
Blob_Class to represent a simple chunk.

The documentation for this class was generated from the following file: