Expand description
Source of BLAS and LAPACK via Netlib.
§Architecture
§Configuration
The following Cargo features are supported:
cblasto build CBLAS (enabled by default),lapacketo build LAPACKE (enabled by default),staticto link to Netlib statically,systemto skip building the bundled Netlib, andtmgto build TMG (enabled by default).