Trait ndarray_linalg::eigh::EigValsh[][src]

pub trait EigValsh {
    type EigVal;
    fn eigvalsh(&self, uplo: UPLO) -> Result<Self::EigVal>;
}
Expand description

Calculate eigenvalues without eigenvectors

Associated Types

Required methods

Implementations on Foreign Types

Implementors