inverse

Function inverse 

Source
pub fn inverse<T>(matrix: &Array2<T>) -> Option<Array2<T>>