tatami
C++ API for different matrix representations
|
Delayed subsetting by rows or columns. More...
Go to the source code of this file.
Classes | |
class | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > |
Delayed subsetting of a matrix with general indices. More... | |
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Delayed subsetting by rows or columns.
This is equivalent to the DelayedSubset
class in the DelayedArray package.