JuliaSparse / SparseArrays.jl

SparseArrays.jl is a Julia stdlib
https://sparsearrays.juliasparse.org/
Other
89 stars 51 forks source link

Single precision support in CHOLMOD #483

Closed ViralBShah closed 7 months ago

ViralBShah commented 8 months ago

SuiteSparse 7.4 has single precision support for CHOLMOD: https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/447.

ViralBShah commented 8 months ago

@rayegun Do you have a rough idea of how we may need to go about doing this?

rayegun commented 8 months ago

Yep, should be relatively easy. I'll make a pr

ViralBShah commented 7 months ago

Fixed in #487