File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The library routines compute:
9
9
10
10
* Forward and inverse complex DFT,
11
11
* Forward and inverse DFT of real data,
12
- * Cosine and sine transforms of the types 2, 3, 4
12
+ * Cosine and sine transforms of types 2, 3, 4
13
13
14
14
of any dimensionality and power-of-two lengths.
15
15
@@ -111,8 +111,8 @@ makers, and transform routines.
111
111
112
112
For convenience, we provide aux data makers for one-, two- and
113
113
three-dimensional transforms, along with a generic any-dimensional one.
114
- The dimensions are passed to makers in the C way — that is, the last
115
- index changes most quickly. Therefore , when calling from Fortran, array
114
+ The dimensions are passed to aux maker routines in the C order (most
115
+ rapidly varying index is the last). So , when calling from Fortran, array
116
116
dimensions must be passed in the reverse order:
117
117
118
118
``` Fortran
You can’t perform that action at this time.
0 commit comments