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
For ublas::matrix::resize(), when passing preserve=true (which is the default) the implementation is using temporary space to save the data that needs to be preserved.
I was wondering if this can be done without needing the temporary storage... and I think it is!
Do you think it is worth the extra code complexity?
Would you be willing to accept a PR?
The text was updated successfully, but these errors were encountered:
For ublas::matrix::resize(), when passing preserve=true (which is the default) the implementation is using temporary space to save the data that needs to be preserved.
I was wondering if this can be done without needing the temporary storage... and I think it is!
Do you think it is worth the extra code complexity?
Would you be willing to accept a PR?
The text was updated successfully, but these errors were encountered: