tatami
C++ API for different matrix representations
|
Templated construction of a new consecutive extractor. More...
Go to the source code of this file.
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Functions | |
template<bool sparse_, typename Value_ , typename Index_ , typename ... Args_> | |
auto | tatami::consecutive_extractor (const Matrix< Value_, Index_ > *mat, bool row, Index_ iter_start, Index_ iter_length, Args_ &&... args) |
Templated construction of a new consecutive extractor.