Trait ndarray_linalg::eigh::Eigh [] [src]

pub trait Eigh<EigVal, EigVec> {
    fn eigh(self, _: UPLO) -> Result<(EigVal, EigVec)>;
}

Eigenvalue decomposition of Hermite matrix

Required Methods

Implementors