Expand description
I do not recommend using this directly, please sea rust-ad.
Internal constants.
Lowest level of dependency.
Constantsยง
- Prefix used for the derivatives of a variable (e.g. The derivative of
x
would beder_x
). - Prefix for external forward auto-diff functions.
- Prefix for internal forward auto-diff functions (e.g.
__f_a_users_function
vs__f_internal_powi_f32
). - Prefix for internal reverse auto-diff functions (e.g.
__r_a_users_function
vs__r_internal_powi_f32
). - Prefix for external reverse auto-diff functions.