Trait ndarray_linalg::solveh::InverseHInto[][src]

pub trait InverseHInto {
    type Output;
    fn invh_into(self) -> Result<Self::Output>;
}
Expand description

An interface for inverting Hermitian (or real symmetric) matrices.

Associated Types

Required methods

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

Implementations on Foreign Types

Implementors