by real-hacker on 9/7/17, 12:54 PM with 0 comments
Accelerate has a Sparse Solver package, but it is still in beta: https://developer.apple.com/documentation/accelerate/sparse_solvers
I wonder if I can use BLAS to solve the linear equation? BLAS contains functions to define a sparse matrix, but I don't see any solver functions.