argmin::core

Trait ArgminInv

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

Compute the inverse (T) of self

Required Methods§

Source

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

Compute the inverse

Implementors§