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

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 ()
 

Detailed Description

Helper classes for binary boolean operations.