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