Currently, the in-place functions just call the regular functions and copy the output. Examples:
This issue is a reminder to fix that.
It probably won't make much difference when working with BigFloat's because they allocate memory regardless, but it might help significantly with other types (especially in 2D-3D).
Currently, the in-place functions just call the regular functions and copy the output. Examples:
This issue is a reminder to fix that.
It probably won't make much difference when working with BigFloat's because they allocate memory regardless, but it might help significantly with other types (especially in 2D-3D).