Trait ndarray_linalg::cholesky::InverseCInto
source · pub trait InverseCInto {
type Output;
// Required method
fn invc_into(self) -> Result<Self::Output>;
}
Expand description
Inverse of Hermitian (or real symmetric) positive definite matrix