pub trait DerivDir<U>: Transform<U> { // Required method fn deriv_dir(&self, p: U, d: U) -> U; }
Directionally differentiable transformation.
Find the directinal derivative of self at the specified point p via the specified direction d.
self
p
d