Function Matrix.getRow

Returns the nth row of the matrix

Vector!(T,columns) getRow (
  uint index
);