You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a ** 3 is the only example in the "ndarray_for_numpy_users" docs that requires a map. Could these methods be added directly? Rust has no ^ or ** exponentiation operator, but these two methods are implemented on numeric primitives, and I see no reason why they can't be added for arrays here for convenience.
The text was updated successfully, but these errors were encountered:
multimeric
changed the title
Implement powi and powf for `ndarray
Implement powi and powf for ArrayBaseJul 28, 2021
Currently
a ** 3
is the only example in the "ndarray_for_numpy_users" docs that requires a map. Could these methods be added directly? Rust has no^
or**
exponentiation operator, but these two methods are implemented on numeric primitives, and I see no reason why they can't be added for arrays here for convenience.The text was updated successfully, but these errors were encountered: