Trait ndarray_linalg::eigh::EighInto [] [src]

pub trait EighInto: Sized {
    type EigVal;
    fn eigh_into(self, _: UPLO) -> Result<(Self::EigVal, Self)>;
}

Eigenvalue decomposition of Hermite matrix

Associated Types

Required Methods

Implementors