itt-ustutt / num-dual

Generalized (hyper-) dual numbers in rust
Other
53 stars 6 forks source link

Deprecate linalg module #65

Closed prehner closed 1 year ago

prehner commented 1 year ago

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.