#linear-algebra #science #provider #blas #framework

accelerate-provider

The package provides BLAS and LAPACK using Apple’s Accelerate framework

5 releases

Uses old Rust 2015

0.2.1 Apr 12, 2016
0.2.0 Jan 23, 2016
0.1.2 Dec 28, 2015
0.1.1 Aug 23, 2015
0.1.0 Aug 23, 2015

#605 in Machine learning

Download history 36/week @ 2023-10-29 31/week @ 2023-11-05 39/week @ 2023-11-12 38/week @ 2023-11-19 63/week @ 2023-11-26 37/week @ 2023-12-03 36/week @ 2023-12-10 36/week @ 2023-12-17 50/week @ 2023-12-24 31/week @ 2023-12-31 36/week @ 2024-01-07 35/week @ 2024-01-14 41/week @ 2024-01-21 62/week @ 2024-01-28 32/week @ 2024-02-04 62/week @ 2024-02-11

203 downloads per month

Apache-2.0/MIT

3KB

Accelerate Provider Version Status

The package provides BLAS and LAPACK using Apple’s Accelerate framework. The framework is shipped with Mac OS X, and the package only links to it (without any additional compilation). Note that any other functions exported by the framework are implicitly made available by the package.

Where are all the FFI definitions?

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

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.

No runtime deps