Function arrayfire::join
[−]
[src]
pub fn join(dim: i32, first: &Array, second: &Array) -> Array
Join two arrays
Parameters
dimis the dimension along which the concatenation has to be donefirstis the Array that comes first in the concatenationsecondis the Array that comes last in the concatenation
Return Values
Concatenated Array