Cargo Features
Linfa has no features set by default.
[dependencies]
linfa = { version = "0.7.0", features = ["netlib-static", "netlib-system", "openblas-static", "openblas-system", "intel-mkl-static", "intel-mkl-system", "blas", "serde", "benchmarks"] }
- netlib-static = blas
-
Enables netlib-static of ndarray-linalg ^0.15
- netlib-system = blas
-
Enables netlib-system of ndarray-linalg ^0.15
- openblas-static = blas
-
Enables openblas-static of ndarray-linalg ^0.15
- openblas-system = blas
-
Enables openblas-system of ndarray-linalg ^0.15
- intel-mkl-static = blas
-
Enables intel-mkl-static of ndarray-linalg ^0.15
- intel-mkl-system = blas
-
Enables intel-mkl-system of ndarray-linalg ^0.15
- blas intel-mkl-static? intel-mkl-system? netlib-static? netlib-system? openblas-static? openblas-system?
-
Enables blas of ndarray ^0.15
ndarray:
Enable blas usage
See README for more instructions - serde = serde_crate
-
Enables serde of ndarray ^0.15
- benchmarks = criterion, pprof
-
Affects
benchmarks::config
,linfa::benchmarks
…
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.
- ndarray-linalg intel-mkl-static? intel-mkl-system? netlib-static? netlib-system? openblas-static? openblas-system?
-
Enables ndarray-linalg ^0.15
- pprof not win benchmarks?
-
Enables pprof ^0.11.0
- serde_crate serde?
-
Enables serde
- criterion benchmarks?
-
Enables criterion ^0.4.0