tatami
C++ API for different matrix representations
|
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) |
Make a delayed subset wrapper based on row/column indices.