[][src]Trait mathru::optimization::Jacobian

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

Required methods

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

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

Loading content...

Implementors

Loading content...