pub trait InverseC { type Output; fn invc(&self) -> Result<Self::Output>; }
Inverse of a symmetric positive definite matrix
Computes inverse of symmetric positive definite matrix.