-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate into LinearSolve.jl #2
Comments
Can we add a constructor that for |
#9 could help with that. |
Okay great. Now is there a way to pass a new vector of values for re-solving? After the symbolic factorization. I see that |
Here is what I did for ExtendableSparse.jl: (BTW want to make that compatible to LinearSolve, but need to find the time...) |
If you'd like to use multiple right hand sides, use
This will be in the version 0.3.2 (just registered). |
I agree that integration into LinearSolve is probably the way to go to provide a really simple interface. |
@j-fu do you mind if I add that module from ExtendableSparse.jl to LinearSolve.jl? |
Since 0.33.1, Sparspak appears to be fully functional with LinearSolve. So I guess we can close this issue... |
https://github.com/SciML/LinearSolve.jl
The text was updated successfully, but these errors were encountered: