Trait ndarray_linalg::eigh::EighInplace [−][src]
pub trait EighInplace {
type EigVal;
fn eigh_inplace(&mut self, uplo: UPLO) -> Result<(Self::EigVal, &mut Self)>;
}Expand description
Eigenvalue decomposition of mutable reference of Hermite matrix