pub fn cond_ndarray<T>(a: &Array2<T>) -> LapackResult<T>where T: Field + Clone + Zeroable + Real,
Computes the condition number of a matrix (using 2-norm).