Crate openblas_src [−] [src]
Source of BLAS and LAPACK via OpenBLAS.
The usage of the package is explained here.
The following Cargo features are supported:
cblasto build CBLAS (enabled by default),lapacketo build LAPACKE (enabled by default),staticto link to OpenBLAS statically, andsystemto skip building the bundled OpenBLAS.