Trait ndarray_linalg::solve::Inverse [] [src]

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

Associated Types

Required Methods

Implementors