tatami
C++ API for different matrix representations
|
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) |
Templated construction of a new extractor.