The package provides BLAS and LAPACK using the OpenBLAS implementation. By default, the package will build and use a bundled OpenBLAS, which requires a Fortran and C compiler.
The following Cargo features are supported:
static-openblas
to link to OpenBLAS statically,system-openblas
to skip building the bundled OpenBLAS, andexclude-cblas
to skip building CBLAS.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.
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.