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