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