getMatrix method

List<List<double>> getMatrix()

Gets the matrix as a list

Implementation

List<List<double>> getMatrix() {
  return _matrix;
}