Crate netlib_src [] [src]

Implementation of BLAS and LAPACK via Netlib

The usage of the package is explained here.

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.