Cargo Features
[dependencies]
ndarray-linalg = { version = "0.17.0", default-features = false, features = ["blas", "netlib", "openblas", "intel-mkl", "netlib-static", "netlib-system", "openblas-static", "openblas-system", "intel-mkl-static", "intel-mkl-system"] }
- default = blas
-
The
blas
feature is set by default wheneverndarray-linalg
is added without
somewhere in the dependency tree.default-features = false - blas default
-
ndarray:
Enable blas usage
See README for more instructions - netlib
- openblas
- intel-mkl
- netlib-static
-
Enables netlib-static of lax
- netlib-system
-
Enables netlib-system of lax
- openblas-static
-
Enables openblas-static of lax
- openblas-system
-
Enables openblas-system of lax
- intel-mkl-static
-
Enables intel-mkl-static of lax
- intel-mkl-system
-
Enables intel-mkl-system of lax
ndarray-linalg has 11 features without comments.