Trait ndarray_linalg::cholesky::InverseCInto[][src]

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

Inverse of Hermitian (or real symmetric) positive definite matrix

Associated Types

Required methods

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

Implementations on Foreign Types

Implementors