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

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

Required methods

fn hessian(&self, input: &Vector<T>) -> Matrix<T>

Loading content...

Implementors

Loading content...