SparseArrays.jl icon indicating copy to clipboard operation
SparseArrays.jl copied to clipboard

condition number estimate from cholesky factorisation

Open gasagna opened this issue 5 years ago • 0 comments

Moving from https://github.com/JuliaLinearAlgebra/SuiteSparse.jl/issues/4.

CHOLMOD can provide an estimate of the reciprocal condition number (via cholmod_rcond) once a factorisation is available, but there is no way to access this functionality from Julia .

gasagna avatar Jun 27 '19 17:06 gasagna