Trait ndarray_linalg::solveh::InverseH [] [src]

pub trait InverseH {
    type Output;
    fn invh(&self) -> Result<Self::Output>;
}

Associated Types

Required Methods

Implementors