Accelerate's Sparse Matrix library is not bound. https://developer.apple.com/documentation/accelerate/sparse_solvers
Most of Accelerate isn't bound, but most of it can be easily P/Invoked into.
The Sparse library, on the other hand, is hard to bind to because it uses C++ overloads as its API.
It would be wonderful if Xamarin supported this API. Specifically,functions like: https://developer.apple.com/documentation/accelerate/2865552-sparsefactor?language=objc
Accelerate's Sparse Matrix library is not bound. https://developer.apple.com/documentation/accelerate/sparse_solvers
Most of Accelerate isn't bound, but most of it can be easily P/Invoked into.
The Sparse library, on the other hand, is hard to bind to because it uses C++ overloads as its API.
It would be wonderful if Xamarin supported this API. Specifically,functions like: https://developer.apple.com/documentation/accelerate/2865552-sparsefactor?language=objc