[−][src]Trait ndarray_linalg::solveh::InverseHInto
An interface for inverting Hermitian (or real symmetric) matrices.
Associated Types
type Output
Required methods
fn invh_into(self) -> Result<Self::Output>
[−]
Computes the inverse of the Hermitian (or real symmetric) matrix.
Implementations on Foreign Types
impl<A, S> InverseHInto for ArrayBase<S, Ix2> where
A: Scalar + Lapack,
S: DataMut<Elem = A>,
[src][−]
A: Scalar + Lapack,
S: DataMut<Elem = A>,