tatami
C++ API for different matrix representations
|
Helper class for binary boolean operations. More...
Go to the source code of this file.
Classes | |
struct | tatami::DelayedBinaryIsometricBooleanHelper< op_, OutputValue_, InputValue_, Index_ > |
Helper for delayed binary isometric boolean operations. More... | |
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Typedefs | |
template<typename OutputValue_ , typename InputValue_ , typename Index_ > | |
using | tatami::DelayedBinaryIsometricBooleanEqualHelper = DelayedBinaryIsometricBooleanHelper<BooleanOperation::EQUAL, OutputValue_, InputValue_, Index_> |
template<typename OutputValue_ , typename InputValue_ , typename Index_ > | |
using | tatami::DelayedBinaryIsometricBooleanAndHelper = DelayedBinaryIsometricBooleanHelper<BooleanOperation::AND, OutputValue_, InputValue_, Index_> |
template<typename OutputValue_ , typename InputValue_ , typename Index_ > | |
using | tatami::DelayedBinaryIsometricBooleanOrHelper = DelayedBinaryIsometricBooleanHelper<BooleanOperation::OR, OutputValue_, InputValue_, Index_> |
template<typename OutputValue_ , typename InputValue_ , typename Index_ > | |
using | tatami::DelayedBinaryIsometricBooleanXorHelper = DelayedBinaryIsometricBooleanHelper<BooleanOperation::XOR, OutputValue_, InputValue_, Index_> |
Helper class for binary boolean operations.