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

AMGX.jl support #512

Open termi-official opened 3 months ago

termi-official commented 3 months ago

Is your feature request related to a problem? Please describe.

I think it would be nice if we can access AMGX.jl via LinearSolve.jl interface.

Describe the solution you’d like

Extension as usual.