Trait ndarray_linalg::solve::ImplSolve [] [src]

pub trait ImplSolve: Sized {
    fn inv(size: usize, a: Vec<Self>) -> Result<Vec<Self>, LapackError>;
}

Required Methods

Implementors