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

pub trait Inverse<Inv> {
    fn inv(self) -> Result<Inv>;
}

Required Methods

Implementors