float **array2(int m, int n){ int i,j; float **temp; temp=(float **)malloc(sizeof(double)*m); temp[0]=(float *)malloc(sizeof(double)*m*n); for(j=1;j