Function Matrix.setRow

Sets the nth row of the matrix

void setRow (
  uint index,
  Vector!(T,columns) r
);