SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
248 stars 53 forks source link

Dispatch on `__solve` instead of `solve` #322

Closed avik-pal closed 8 months ago

avik-pal commented 1 year ago

Similar to other packages in SciMLverse, we should have the solvers dispatch on __solve. This would allow us to define the adjoint equations in SciMLSensitivity.jl https://github.com/SciML/SciMLSensitivity.jl/pull/808#issuecomment-1574984670

ChrisRackauckas commented 1 year ago

👍 that would be fine.