void concat(Matrix matrix)

Source

void concat(Matrix matrix) {
  this.copyFromAndConcat(this, matrix);
}