Trait ndarray_linalg::solveh::InverseH[][src]

pub trait InverseH {
    type Output;
    fn invh(&self) -> Result<Self::Output>;
}
Expand description

An interface for inverting Hermitian (or real symmetric) matrix refs.

Associated Types

Required methods

Computes the inverse of the Hermitian (or real symmetric) matrix.

Implementations on Foreign Types

Implementors