Trait mathru::analysis::Hessian[][src]

pub trait Hessian<T> where
    T: Real
{ fn hessian(&self, input: &Vector<T>) -> Matrix<T>; }

Required methods

Implementors