partial

Function partial 

Source
pub fn partial<G: Fn(X, &A) -> O, T: DualNum<F>, F, X, A: DualStruct<T, F>, O>(
    g: G,
    args: &A::Inner,
) -> impl Fn(X) -> O
Expand description

Evaluate the function g with extra arguments args that are automatically adjusted to the correct dual number type.