Cargo Features
Rustb has no features set by default.
[dependencies]
Rustb = { version = "0.4.1", features = ["intel-mkl-static", "intel-mkl-system", "netlib-static", "netlib-system", "openblas-static", "openblas-system", "openblas-src", "netlib-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
- netlib-static
-
Enables netlib-static of ndarray-linalg, static of netlib-src ^0.8.0
- netlib-system
-
Enables netlib-system of ndarray-linalg, system of netlib-src ^0.8.0
- openblas-static
-
Enables openblas-static of ndarray-linalg, static of openblas-src
- openblas-system
-
Enables openblas-system of ndarray-linalg, system of openblas-src
- openblas-src openblas-static? openblas-system?
-
Enables openblas-src
- netlib-src netlib-static? netlib-system?
-
Enables netlib-src ^0.8.0
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.