double mat1[4][6], mat2[6][4] ;
int i, j :
for (i=0 ; i<4 ; ++i)
for(j=0 ; j<6 ; ++j)
mat2[i][j]=mat1[j][i] ;