getMatrixHeight method

int getMatrixHeight()

Implementation

int getMatrixHeight() {
  return matrixHeight;
}