Column-wise data storage for matrices in C, any advantage(s)?

Brian Bliss bliss at sp64.csrd.uiuc.edu
Wed Feb 6 04:58:04 AEST 1991


 So reverse the row/column index, and 

 #define  elmt(array, row, column)	array[column][row]

 bb



More information about the Comp.lang.c mailing list