pub fn rank_ndarray<T>(a: &Array2<T>) -> LapackResult<usize>where T: Field + Clone + Zeroable + Real,
Computes the numerical rank of a matrix.