JuliaLinearAlgebra / Preconditioners.jl

A few preconditioners for iterative solvers.
https://julialinearalgebra.github.io/Preconditioners.jl/
Other
50 stars 11 forks source link

Simplify the Cholesky precond #24

Closed mohamed82008 closed 2 years ago

mohamed82008 commented 2 years ago

This PR fixes #23 by making CholeskyPreconditioner a shallow wrapper over LimitedLDLFactorizations.