tatami
C++ API for different matrix representations
|
Delayed scalar comparison. More...
#include <compare_helpers.hpp>
Public Member Functions | |
DelayedUnaryIsometricCompareScalar (InputValue_ scalar) | |
Delayed scalar comparison.
This class compares each element of a Matrix
to 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 comparison operation. |
InputValue_ | Type of the matrix value to use in the comparison. |
|
inline |
scalar | Scalar to be compared to the matrix values. The matrix value is assumed to be on the left hand side of the comparison, while scalar is on the right. |