netlib-provider 0.4.1

The package provides BLAS and LAPACK using the Netlib implementation.
Documentation

Netlib Provider Version

The package provides BLAS and LAPACK using the Netlib implementation. By default, the package will build and use a bundled Netlib, which requires a Fortran and C compiler.

The following Cargo features are supported:

  • cblas to build CBLAS (enabled by default),
  • lapacke to build LAPACKE (enabled by default),
  • static to link to Netlib statically, and
  • system to skip building the bundled Netlib.

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.