Function arrayfire::join_many [] [src]

pub fn join_many(dim: i32, inputs: Vec<&Array>) -> Array

Join multiple arrays

Parameters

  • dim is the dimension along which the concatenation has to be done
  • inputs is the vector of Arrays that has to be concatenated

Return Values

Concatenated Array