tatami
C++ API for different matrix representations
|
Delayed unary isometric scalar boolean operation. More...
#include <boolean_helpers.hpp>
Public Member Functions | |
DelayedUnaryIsometricBooleanScalar (bool scalar) | |
Delayed unary isometric scalar boolean operation.
This class applies a boolean operation to each element of a Matrix
where the other operand is a scalar. It should be used as the Operation_
in the DelayedUnaryIsometricOperation
class. It may be used regardless of whether InputValue_
and OutputValue_
are equal (or not).
op_ | The boolean operation. |
InputValue_ | Type of the matrix value to use in the operation. |
|
inline |
scalar | Scalar value. |