pub fn hstack<A, S>(xs: &[ArrayBase<S, Ix1>]) -> Result<Array<A, Ix2>>where A: Scalar, S: Data<Elem = A>,
stack vectors into matrix horizontally