tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
DelayedSubsetBlock.hpp File Reference

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)
 

Detailed Description

Delayed subsetting to a single contiguous block.

This is a specialized implementation that is more efficient than the tatami::DelayedSubset class.