Cargo Features

[dependencies]
ndarray-linalg = { version = "0.18.0", default-features = false, features = ["blas", "netlib", "openblas", "intel-mkl", "netlib-static", "netlib-system", "openblas-static", "openblas-system", "intel-mkl-static", "intel-mkl-system", "intel-mkl-dynamic-ilp64-iomp", "intel-mkl-dynamic-ilp64-seq", "intel-mkl-dynamic-lp64-iomp", "intel-mkl-dynamic-lp64-seq", "intel-mkl-static-ilp64-iomp", "intel-mkl-static-ilp64-seq", "intel-mkl-static-lp64-iomp", "intel-mkl-static-lp64-seq"] }
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-static-lp64-seq 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

deprecated, use intel-mkl-static-lp64-seq instead

Enables intel-mkl-static of lax

intel-mkl-system

deprecated, use intel-mkl-dynamic-lp64-seq instead

Enables intel-mkl-system of lax

intel-mkl-dynamic-ilp64-iomp

Enables intel-mkl-dynamic-ilp64-iomp of lax

intel-mkl-dynamic-ilp64-seq

Enables intel-mkl-dynamic-ilp64-seq of lax

intel-mkl-dynamic-lp64-iomp

Enables intel-mkl-dynamic-lp64-iomp of lax

intel-mkl-dynamic-lp64-seq

Enables intel-mkl-dynamic-lp64-seq of lax

intel-mkl-static-ilp64-iomp

Enables intel-mkl-static-ilp64-iomp of lax

intel-mkl-static-ilp64-seq

Enables intel-mkl-static-ilp64-seq of lax

intel-mkl-static-lp64-iomp

Enables intel-mkl-static-lp64-iomp of lax

intel-mkl-static-lp64-seq

Enables intel-mkl-static-lp64-seq of lax