Function ndarray_linalg::generate::hstack

source ยท
pub fn hstack<A, S>(xs: &[ArrayBase<S, Ix1>]) -> Result<Array<A, Ix2>>
where A: Scalar, S: Data<Elem = A>,
Expand description

stack vectors into matrix horizontally