prepend method

void prepend(
  1. Matrix matrix
)

Implementation

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