itt-ustutt / num-dual

Generalized (hyper-) dual numbers in rust
Apache License 2.0
60 stars 7 forks source link

Missing operations in Python interface #60

Open prehner opened 1 year ago

prehner commented 1 year ago

To enable numpy operations like arr.abs().max() the dual number types in Python have to implement abs() and comparison operators.