reset method

void reset()

Empty the matrix

Implementation

void reset() {
  matrix.clear();
}