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