accelerate-provider 0.1.0

provides BLAS and LAPACK using Apple's Accelerate framework
accelerate-provider-0.1.0 is not a library.
Visit the last successful build: accelerate-provider-0.2.1

Accelerate Provider

The package provides BLAS and LAPACK to Rust code using Apple's Accelerate framework. The package simply links the Accelerate framework that Apple ships with Mac OS X. MIT licensed.

Where are all the FFI definitions?

This package only links to an implementation of BLAS and LAPACK. Bindings are available in blas-sys and lapack-sys, and wrappers are available in blas and lapack.