tatami
C++ API for different matrix representations
|
Delayed subsetting to a single contiguous block. More...
Go to the source code of this file.
Classes | |
class | tatami::DelayedSubsetBlock< Value_, Index_ > |
Delayed subsetting to a contiguous block. More... | |
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Functions | |
template<typename Value_ , typename Index_ > | |
std::shared_ptr< Matrix< Value_, Index_ > > | tatami::make_DelayedSubsetBlock (std::shared_ptr< const Matrix< Value_, Index_ > > matrix, Index_ subset_start, Index_ subset_length, bool by_row) |
Delayed subsetting to a single contiguous block.
This is a specialized implementation that is more efficient than the tatami::DelayedSubset
class.