tatami
C++ API for different matrix representations
|
Delayed special value comparison. More...
#include <compare_helpers.hpp>
Delayed special value comparison.
This class checks whether each element of a Matrix
is one of the IEEE special values, e.g., NaN, Inf. 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 special comparison operation. |
pass_ | Whether to return true if the special comparison is true. |
InputValue_ | Type of the matrix value to use in the operation. |