pub trait EigValsh { type EigVal; // Required method fn eigvalsh(&self, uplo: UPLO) -> Result<Self::EigVal, LinalgError>; }
Calculate eigenvalues without eigenvectors