Trait ndarray_linalg::eigh::EigValsh
source · pub trait EigValsh {
type EigVal;
// Required method
fn eigvalsh(&self, uplo: UPLO) -> Result<Self::EigVal>;
}
Expand description
Calculate eigenvalues without eigenvectors