concat

final Matrix concat(Matrix other, Integer concatDim)

Concatenate to other matrix.

Return

concatenated matrix.

Parameters

other

matrix to be concatenated.

concatDim

dimension to which other matrix concatenate.