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
pub trait InverseCInto {
type Output;
// Required method
fn invc_into(self) -> Result<Self::Output>;
}
Inverse of Hermitian (or real symmetric) positive definite matrix