Function ndarray_linalg::util::hstack [] [src]

pub fn hstack<A, S>(xs: &[ArrayBase<S, Ix1>])
                    -> Result<Array<A, Ix2>, ShapeError> where A: LinalgScalar, S: Data<Elem=A>

stack vectors into matrix horizontally