Cargo Features

LAX has no features set by default.

[dependencies]
lax = { version = "0.18.0", features = ["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"] }
netlib = netlib-static
openblas = openblas-static
intel-mkl = intel-mkl-static-lp64-seq
netlib-static netlib?

Enables static of netlib-src

netlib-system

Enables system of netlib-src

openblas-static openblas?

Enables static of openblas-src

openblas-system

Enables system of openblas-src

intel-mkl-static

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

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

intel-mkl-system

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

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

intel-mkl-dynamic-ilp64-iomp

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

intel-mkl-dynamic-ilp64-seq

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

intel-mkl-dynamic-lp64-iomp

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

intel-mkl-dynamic-lp64-seq

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

intel-mkl-static-ilp64-iomp

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

intel-mkl-static-ilp64-seq

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

intel-mkl-static-lp64-iomp

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

intel-mkl-src:

MKL config https://software.intel.com/content/www/us/en/develop/articles/intel-math-kernel-library-intel-mkl-and-pkg-config-tool.html

intel-mkl-static-lp64-seq intel-mkl?

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

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 netlib-static? netlib-system?
openblas-src openblas-static? openblas-system?
intel-mkl-src intel-mkl-dynamic-ilp64-iomp? intel-mkl-dynamic-ilp64-seq? intel-mkl-dynamic-lp64-iomp? intel-mkl-dynamic-lp64-seq? intel-mkl-static? intel-mkl-static-ilp64-iomp? intel-mkl-static-ilp64-seq? intel-mkl-static-lp64-iomp? intel-mkl-static-lp64-seq? intel-mkl-system?