tatami
C++ API for different matrix representations
|
Delayed unary isometric boolean NOT operation. More...
#include <boolean_helpers.hpp>
Delayed unary isometric boolean NOT operation.
This class applies a boolean NOT operation to each element of a Matrix
. 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).