tatami
C++ API for different matrix representations
|
Helper classes for binary boolean operations. More...
Go to the source code of this file.
Classes | |
struct | tatami::DelayedBinaryIsometricBoolean< op_ > |
Delayed binary isometric boolean operations. More... | |
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Functions | |
DelayedBinaryIsometricBoolean< BooleanOperation::EQUAL > | tatami::make_DelayedBinaryIsometricBooleanEqual () |
DelayedBinaryIsometricBoolean< BooleanOperation::AND > | tatami::make_DelayedBinaryIsometricBooleanAnd () |
DelayedBinaryIsometricBoolean< BooleanOperation::OR > | tatami::make_DelayedBinaryIsometricBooleanOr () |
DelayedBinaryIsometricBoolean< BooleanOperation::XOR > | tatami::make_DelayedBinaryIsometricBooleanXor () |
Helper classes for binary boolean operations.