tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
List of all members
tatami::DelayedUnaryIsometricSpecialCompare< op_, pass_, InputValue_ > Class Template Reference

Delayed special value comparison. More...

#include <compare_helpers.hpp>

Detailed Description

template<SpecialCompareOperation op_, bool pass_, typename InputValue_>
class tatami::DelayedUnaryIsometricSpecialCompare< op_, pass_, InputValue_ >

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

Template Parameters
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.

The documentation for this class was generated from the following file: