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
I've found the library really useful, thank you. However, I cannot work out how to do a refactorization. How can I update the solver by factorizing a matrix with the same sparsity pattern but different values? Are you available to provide an example of this?
EDIT: I can see that the examples do indeed show how to reuse the symbolic analysis and refactor. I expected to see use of CUDSS_PHASE_REFACTORIZATION for phase "refactorization". Is that not required?
The text was updated successfully, but these errors were encountered:
CUDSS_PHASE_REFACTORIZATION is only relevant for a specific algorithm of the LU decomposition, otherwise you have the same bahavior with CUDSS_PHASE_FACTORIZATION.
I've found the library really useful, thank you. However, I cannot work out how to do a refactorization. How can I update the solver by factorizing a matrix with the same sparsity pattern but different values? Are you available to provide an example of this?
EDIT: I can see that the examples do indeed show how to reuse the symbolic analysis and refactor. I expected to see use of
CUDSS_PHASE_REFACTORIZATION
for phase "refactorization". Is that not required?The text was updated successfully, but these errors were encountered: