pub trait EigValsh { type EigVal; fn eigvalsh(&self) -> Result<Self::EigVal>; }
Eigenvalues of symmetric matrices
Calculate eigenvalues of symmetric matrices without eigenvectors