JuliaLinearAlgebra / AppleAccelerate.jl

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

Support for SVD #64

Closed Roh-codeur closed 5 months ago

Roh-codeur commented 9 months ago

Hi

thanks for putting this together. I cannot see if SVD is supported in this lib - do we know if it is supported please?

thanks

simonbyrne commented 9 months ago

I believe if you switch the BLAS, you should pick up the relevant SVD call.

Roh-codeur commented 9 months ago

ok, I will give it a shot, ta!