Type Definition autodiff::forward_autodiff::F1[][src]

type F1 = F<f64>;

First order differentiator.

Trait Implementations

impl ReduceOrder for F1[src]

type Reduced = f64

impl Sub<f32> for F1[src]

type Output = F1

The resulting type after applying the - operator.