Cargo Features
[dependencies]
nalgebra-lapack = { version = "0.25.0", default-features = false, features = ["serde-serialize", "proptest-support", "arbitrary", "openblas", "netlib", "accelerate", "intel-mkl"] }
- serde-serialize = serde
-
Enables serde-serialize of nalgebra
- proptest-support
-
Enables proptest-support of nalgebra
- arbitrary
-
nalgebra:
Tests
- default = netlib
-
For BLAS/LAPACK
- openblas
-
Enables openblas of lapack-src ^0.8
- netlib default
-
Enables netlib of lapack-src ^0.8
- accelerate
-
Enables accelerate of lapack-src ^0.8
- intel-mkl
-
Enables intel-mkl of lapack-src ^0.8
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.