Expand description
§MADY (macro-auto differentiation)
MADY is open source tool for ahead-of-time automatic differentiation. In addition to ahead-of-time differentiation, MADY also provide some basic math structures, functions and operations with differentiation support.
§Documentation
see cargo
§differentiation support:
- functions:
min,max - operations:
add,sub,mul,div
§example
Re-exports§
pub use mady_macro as _;pub use mady_math as math;