void prepend(Matrix matrix)

Source

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