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