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

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

Compute the inverse (T) of self

Required methods

Compute the inverse

Implementors