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
245 stars 52 forks source link

Docstrings and a detailed solver APIs section #256

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Just like what was done with DifferentialEquations.jl, https://docs.sciml.ai/DiffEqDocs/dev/api/sundials/, we should have a separate page from the main solver page which goes into the arguments of each of the solver algorithms that are more involved. Pardiso, HYPRE, etc. need this kind of thing.