Trait ndarray_linalg::eigh::EigValshInto
[−]
[src]
pub trait EigValshInto {
type EigVal;
fn eigvalsh_into(self, _: UPLO) -> Result<Self::EigVal>;
}Calculate eigenvalues without eigenvectors
Associated Types
type EigVal
Required Methods
fn eigvalsh_into(self, _: UPLO) -> Result<Self::EigVal>
Implementations on Foreign Types
impl<A, S> EigValshInto for ArrayBase<S, Ix2> where
A: Scalar,
S: DataMut<Elem = A>, [src]
A: Scalar,
S: DataMut<Elem = A>,