Performs row-wise mapping of this Matrix to a new one via passed mapper function
mapper
Matrix mapRows(Vector Function(Vector row) mapper);