pub fn inv_ndarray<T>(a: &Array2<T>) -> LapackResult<Array2<T>>where T: Field + Clone + Zeroable,
Computes the inverse of a matrix.