Open prehner opened 1 year ago
To enable numpy operations like arr.abs().max() the dual number types in Python have to implement abs() and comparison operators.
arr.abs().max()
abs()
To enable numpy operations like
arr.abs().max()
the dual number types in Python have to implementabs()
and comparison operators.