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:
system-netlib
to skip building the bundled Netlib,exclude-cblas
to skip building CBLAS, andexclude-lapack
to skip building LAPACK.This package provides only an implementation of BLAS and LAPACK. Bindings are available in libblas-sys and liblapack-sys, and wrappers are available in blas and lapack.