JuliaLinearAlgebra / AppleAccelerate.jl

Julia interface to the macOS Accelerate framework
Other
96 stars 18 forks source link

Add sparse matrices and linear solvers for sparse matrices #72

Open jamblejoe opened 1 month ago

jamblejoe commented 1 month ago

AppleAccelerate provides functionality for sparse matrices and optimized solvers for these matrices, see here. It would be great if that functionality would be exposed through AppleAccelerate.jl.

ViralBShah commented 1 month ago

PRs welcome. Could be done as a package extension perhaps.