netlib-provider 0.2.0

The package provides BLAS and LAPACK using the Netlib implementation.
docs.rs failed to build netlib-provider-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: netlib-provider-0.4.1

Netlib Provider

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:

  • static-netlib to link to Netlib statically,
  • system-netlib to skip building the bundled Netlib,
  • exclude-cblas to skip building CBLAS, and
  • exclude-lapacke to skip building LAPACKE.

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.