concat

fun concat(first: F64Array, vararg rest: F64Array, axis: Int = 0): F64Array

Concatenates the given arrays along the specified axis.

Return

the concatenated array

Parameters

first

the first array

rest

the rest of the arrays

axis

the axis to concatenate along


Concatenates the given arrays along the specified axis.

Return

the concatenated array

Since

1.3.0

Parameters

first

the first array

rest

the rest of the arrays

axis

the axis to concatenate along