jornamon
jornamon
+1 This would be a great feature
I leave the implementation details to the experts, but I'd like to reignite the discussion on introducing an `out` argument for operations in ulab, which I believe is **crucial** for...
I have also noticed that there are some random requests here and there on this repo, so I'm glad to hear that this one is already in your plans!! To...
Yes, something similar to [`numpy.add`](https://numpy.org/doc/stable/reference/generated/numpy.add.html#numpy-add). I think there's no other way to do it. I'm not sure if, given that the operation itself is already defined in the binary operator,...
I didn't notice the different approach in `scipy.linalg.inv`, I wonder why they chose to allow overwriting the input but not writing to an existing matrix. Maybe it's not usual for...