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.