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