Cargo Features
Matamorph has no features set by default.
[dependencies]
matamorph = { version = "0.2.0", features = ["full", "with-ndarray", "with-faer", "with-nalgebra", "with-mdarray"] }
- full = with-faer, with-mdarray, with-nalgebra, with-ndarray
- with-ndarray full? = ndarray
-
Affects
mut_::MataConvertMut.to_ndarray,own::MataConvertOwn.to_ndarray,ref_::MataConvertRef.to_ndarray… - with-faer full? = faer
-
Affects
mut_::MataConvertMut.to_faer,own::MataConvertOwn.to_faer,ref_::MataConvertRef.to_faer… - with-nalgebra full? = nalgebra
-
Affects
mut_::MataConvertMut.to_nalgebra,own::MataConvertOwn.to_nalgebra,ref_::MataConvertRef.to_nalgebra… - with-mdarray full? = mdarray
-
Affects
mut_::MataConvertMut.to_mdarray,own::MataConvertOwn.to_mdarray,ref_::MataConvertRef.to_mdarray…
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.