Crate rust_ad_consts[][src]

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 be der_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.