Performs element-wise mapping of this Matrix to a new one via passed mapper function
mapper
Matrix mapElements(double Function(double element) mapper);