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