tatami
C++ API for different matrix representations
|
Utilities for delayed comparison operations. More...
Go to the source code of this file.
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Enumerations | |
enum class | tatami::CompareOperation : char { EQUAL , GREATER_THAN , LESS_THAN , GREATER_THAN_OR_EQUAL , LESS_THAN_OR_EQUAL , NOT_EQUAL } |
enum class | tatami::SpecialCompareOperation : char { ISNAN , ISINF , ISFINITE } |
Utilities for delayed comparison operations.