Cargo Features

Rustb has no features set by default.

[dependencies]
Rustb = { version = "0.1.29", features = ["intel-mkl-static", "intel-mkl-system", "netlib-src", "openblas-src"] }
intel-mkl-static

Enables mkl-static-lp64-seq of intel-mkl-src, intel-mkl-static of ndarray-linalg

intel-mkl-system

Enables mkl-dynamic-lp64-seq of intel-mkl-src, intel-mkl-system of ndarray-linalg

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

netlib-src implicit feature

Enables netlib-src

netlib-src:

The package provides a source of BLAS and LAPACK via Netlib

openblas-src implicit feature

Enables openblas-src

openblas-src:

The package provides a source of BLAS and LAPACK via OpenBLAS

intel-mkl-src intel-mkl-static? intel-mkl-system?