comparisons
- Comparisons functions
-> Utility functions expected by the python array API:
allandany-> Convenience functions that work in both backends:allcloseandisclose-> Convenient composition of two functions:all_equal- Args:
x (Number, LinearSpaceElement): Left-hand operand y (Number, LinearSpaceElement): Right-hand operand
- Returns:
x (bool | array-like of bools): Output of the comparison
- Notes:
These functions do not return ODL objects