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

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)
 

Detailed Description

Templated construction of a new consecutive extractor.