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

Delayed subsetting with sorted row/column indices. More...

Go to the source code of this file.

Classes

class  tatami::DelayedSubsetSorted< Value_, Index_, SubsetStorage_ >
 Delayed subsetting of a matrix with sorted indices. More...
 

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Detailed Description

Delayed subsetting with sorted row/column indices.

This is equivalent to the DelayedSubset class in the DelayedArray package.