eigvals_ndarray

Function eigvals_ndarray 

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

Computes only the eigenvalues of a general matrix.