-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Use DiffEqBase DEFAULT_LINSOLVE #27
Comments
Is this possible with SciMLBase? |
Not really. It can't move to SciMLBase without taking all of RecursiveFactorization (LoopVectorization) and IterativeSolvers with it 🤷 so I'm just ignoring this detail for now. |
Should we have SciMLBasicSolver.jl then? |
what I left off what, so what do you want to do about |
that change should happen at the same time as a redesign to allow LHL |
This isn't quite possible because it would be a circular dependency, so we'd to do something a little trickier. But we should plan to keep the two swappable, and in the future find a way to share the same default.
The text was updated successfully, but these errors were encountered: