[−][src]Trait ndarray_linalg::eigh::EighInplace
Eigenvalue decomposition of mutable reference of Hermite matrix
Associated Types
type EigVal
Required methods
Loading content...Implementations on Foreign Types
impl<A, S> EighInplace for ArrayBase<S, Ix2> where
A: Scalar + Lapack,
S: DataMut<Elem = A>, [src]
A: Scalar + Lapack,
S: DataMut<Elem = A>,
type EigVal = Array1<A::Real>
fn eigh_inplace(&mut self, uplo: UPLO) -> Result<(Self::EigVal, &mut Self)>[src]
impl<A, S, S2> EighInplace for (ArrayBase<S, Ix2>, ArrayBase<S2, Ix2>) where
A: Scalar + Lapack,
S: DataMut<Elem = A>,
S2: DataMut<Elem = A>, [src]
A: Scalar + Lapack,
S: DataMut<Elem = A>,
S2: DataMut<Elem = A>,