Trait ndarray_linalg::eigh::EighMut
[−]
pub trait EighMut {
type EigVal;
fn eigh_mut(&mut self, _: UPLO) -> Result<(Self::EigVal, &mut Self)>;
}Eigenvalue decomposition of mutable reference of Hermite matrix