GNU Info

Info Node: (fftw.info)Static Arrays in C

(fftw.info)Static Arrays in C


Next: Dynamic Arrays in C Prev: Column-major Format Up: Multi-dimensional Array Format
Enter node , (file) or (file)node

Static Arrays in C
------------------

   Multi-dimensional arrays declared statically (that is, at compile
time, not necessarily with the `static' keyword) in C are *already* in
row-major order.  You don't have to do anything special to transform
them.  (Note: Complex Multi-dimensional Transforms Tutorial, for an
example of this sort of code.)


automatically generated by info2www version 1.2.2.9