Cargo Features
[dependencies]
elementwise = { version = "0.3.2", default-features = false, features = ["arithmetic", "logical", "ndarray"] }
- default = arithmetic
-
The
arithmetic
feature is set by default wheneverelementwise
is added without
somewhere in the dependency tree.default-features = false - arithmetic default
-
Affects
elementwise::arithmetic
… - logical
-
Affects
elementwise::logical
…
Features from optional dependencies
- ndarray implicit feature
-
Enables ndarray ^0.12