[][src]Trait argmin_core::ArgminInv

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

Compute the inverse (T) of self

Required methods

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

Loading content...

Implementors

Loading content...