Trait argmin::core::ArgminInv[][src]

pub trait ArgminInv<T> {
    fn inv(&self) -> Result<T, Error>;
}

Compute the inverse (T) of self

Required methods

fn inv(&self) -> Result<T, Error>[src]

Compute the inverse

Loading content...

Implementors

Loading content...