Module comparison

Module comparison 

Source
Expand description

Comparison operations for language-compatible logic

Implements comparison operators returning logical matrices/values.

Functionsยง

matrix_eq
Element-wise equality comparison
matrix_ge
Element-wise greater than or equal comparison
matrix_gt
Element-wise greater than comparison
matrix_le
Element-wise less than or equal comparison
matrix_lt
Element-wise less than comparison
matrix_ne
Element-wise inequality comparison