multicalc 0.8.0

Calculus, autodiff, nonlinear least squares, and Lie groups in pure no_std Rust: the same math from 64-bit servers to bare-metal microcontrollers
Documentation
1
2
3
4
5
6
pub mod autodiff;
pub mod derivator;
pub mod finite_difference;
pub mod hessian;
pub mod jacobian;
pub mod mode;