num-dual 0.13.6

Generalized (hyper) dual numbers for the calculation of exact (partial) derivatives
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod derivative;
pub mod dual;
pub mod dual2;
pub mod dual2_vec;
pub mod dual3;
pub mod dual_vec;
pub mod hyperdual;
pub mod hyperdual_vec;
pub mod hyperhyperdual;
pub mod real;