With #59 linear algebra methods from nalgebra can be used with dual numbers. As suggested in #62, this should be extended to other number types in the future.
In the meantime, downstream crates should start moving away from the linear algebra methods implemented in this crate to better maintained implementations in other crates.
Closes #55
With #59 linear algebra methods from
nalgebra
can be used with dual numbers. As suggested in #62, this should be extended to other number types in the future.In the meantime, downstream crates should start moving away from the linear algebra methods implemented in this crate to better maintained implementations in other crates.