tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
new_extractor.hpp File Reference

Templated construction of a new extractor. More...

Go to the source code of this file.

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Typedefs

template<bool oracle_, typename Index_ >
using tatami::MaybeOracle = typename std::conditional<oracle_, std::shared_ptr<const Oracle<Index_> >, bool>::type
 

Functions

template<bool sparse_, bool oracle_, typename Value_ , typename Index_ , typename ... Args_>
auto tatami::new_extractor (const Matrix< Value_, Index_ > *ptr, bool row, MaybeOracle< oracle_, Index_ > oracle, Args_ &&... args)
 

Detailed Description

Templated construction of a new extractor.