
23 Feb
2010
23 Feb
'10
9:06 a.m.
Hello,
I have a 3rd party library which exposes a function that takes a double** data argument.
I looked into its source and saw that they use this notation
data[i][j] with i and j varying from imin to imax and j from jmin to jmax
Now I have a boost::multi_array