Cargo Features
[dependencies]
rustencils = { version = "0.1.6", default-features = false, features = ["openblas", "netlib", "intel-mkl"] }
- default = openblas
-
The
openblas
feature is set by default wheneverrustencils
is added without
somewhere in the dependency tree.default-features = false - openblas default
-
Enables openblas of ndarray-linalg ^0.13.1
- netlib
-
Enables netlib of ndarray-linalg ^0.13.1
- intel-mkl
-
Enables intel-mkl of ndarray-linalg ^0.13.1
rustencils has 4 features without comments.