Cargo Features
faer-ext has no features set by default.
[dependencies]
faer-ext = { version = "0.6.0", features = ["nalgebra", "ndarray", "polars", "numpy"] }
- nalgebra
-
Enables nalgebra
Affects
faer-ext::IntoNalgebra
… - ndarray
-
Enables ndarray
Affects
faer-ext::IntoNdarray
… - polars
-
Enables polars ^0.40
Affects
faer-ext::polars
… - numpy
-
Enables numpy ^0.23.0 and pyo3 ^0.23