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 the method factorize_into still allocates a vector for the pivots. This seems normal, but I would like an api where there is no allocation at all. Here is one possibility
implLuFactorized{//updates factorization. Will resize (and therefore allocate) if neccessary.fnfactorize(&mutself,array:&ArrayBase)}
The other (in my opinion even more useful) api is something like this:
Currently the method factorize_into still allocates a vector for the pivots. This seems normal, but I would like an api where there is no allocation at all. Here is one possibility
The other (in my opinion even more useful) api is something like this:
The second api is useful for the following use case
The text was updated successfully, but these errors were encountered: