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 whenever ndarray-linalg is added without default-features = false somewhere in the dependency tree.

blas default

Enables blas of ndarray

ndarray:

Enable blas usage
See README for more instructions

netlib

Enables netlib of lax

openblas

Enables openblas of lax

intel-mkl

Enables intel-mkl of lax

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.