6.5.1. Ordering of points

In listing data points in multi-dimensional table definitions, the sequence should be that the last dimension changes most rapidly. In other words, a table that is a function of f(a,b,c) should list the value for f(1,1,1), then f(1,1,2), etc. This may be different than, say, a FORTRAN DATA, Matlab® script or C++ initialization statement; the responsibility for mapping into the 'solution space' is left up to the interpreter.

$Revision: 348 $