Trait ndarray_linalg::solveh::InverseHInto
source · pub trait InverseHInto {
type Output;
// Required method
fn invh_into(self) -> Result<Self::Output>;
}
Expand description
An interface for inverting Hermitian (or real symmetric) matrices.