cond_ndarray

Function cond_ndarray 

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

Computes the condition number of a matrix (using 2-norm).