Trait ndarray_linalg::impls::outer::ImplOuter [] [src]

pub trait ImplOuter: Sized {
    fn outer(m: usize, n: usize, a: &[Self], b: &[Self], ab: &mut [Self]);
}

Required Methods

Implementors