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

Make a delayed subset wrapper based on row/column indices. More...

Go to the source code of this file.

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Functions

template<typename Value_ , typename Index_ , class SubsetStorage_ >
std::shared_ptr< Matrix< Value_, Index_ > > tatami::make_DelayedSubset (std::shared_ptr< const Matrix< Value_, Index_ > > matrix, SubsetStorage_ subset, bool by_row)
 

Detailed Description

Make a delayed subset wrapper based on row/column indices.