concat method

void concat(
  1. Matrix matrix
)

Implementation

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