copy_matrix
copy_matrix(A, temp, m, n);
copy_matrix(fMatrix, temp, fRows, fColumns);
void copy_matrix(const double* const* A, double** B, int m, int n);