getMatrix s
The file should contain a matrix in the format such as
2 4\break 1 1 1 1\break 1 2 3 4\break
The first two numbers are the numbers of rows and columns.
The object getMatrix is a method function.