-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I'm trying to get more libraries using the LinearSolve.jl interface
http://linearsolve.sciml.ai/dev/
It's pretty complete now. The suggested form is that you use the caching interface so that it can store factorizations and iterative solver inits (http://linearsolve.sciml.ai/dev/tutorials/caching_interface/). The suggested algorithm form is to just have the user pass the type, like Newton(; linsolve=KLU())
which would then switch over to using SuiteSparse.KLU and accelerate sparse matrix factorizations for unstructured cases over UMFPACK. http://linearsolve.sciml.ai/dev/solvers/solvers/#SuiteSparse.jl
longemen3000
Metadata
Metadata
Assignees
Labels
No labels