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

Compute the inverse (T) of self

Required Methods

Compute the inverse

Implementations on Foreign Types

Implementors