Crate rust_ad_core_macros

Source
Expand description

I do not recommend using this directly, please sea rust-ad.

Internal proc-macro functionality.

Macrosยง

combined_derivative_macro
Same result as performing forward_derivative_macro and reverse_derivative_macro consecutively.
compose
format!() but:
f
Gets internal forward derivative function identifier
forward_derivative_macro
Generates forward derivative functions.
r
Gets internal reverse derivative function identifier
reverse_derivative_macro
Generates reverse derivative functions.