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

Compute the inverse (T) of self

Required Methods

Implementors