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