rank_ndarray

Function rank_ndarray 

Source
pub fn rank_ndarray<T>(a: &Array2<T>) -> LapackResult<usize>
where T: Field + Clone + Zeroable + Real,
Expand description

Computes the numerical rank of a matrix.