Cargo Features
LAX has no features set by default.
[dependencies]
lax = { version = "0.16.0", features = ["netlib", "openblas", "intel-mkl", "netlib-static", "netlib-system", "openblas-static", "openblas-system", "intel-mkl-static", "intel-mkl-system"] }
- netlib = netlib-static
- openblas = openblas-static
- intel-mkl = intel-mkl-static
- 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 intel-mkl?
-
Enables mkl-static-lp64-seq of intel-mkl-src
- intel-mkl-system
-
Enables mkl-dynamic-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.