Skip to content

Commit 1e2840d

Browse files
committed
Clarified description of the order of dimensions
1 parent 105832d commit 1e2840d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The library routines compute:
99

1010
* Forward and inverse complex DFT,
1111
* 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
1313

1414
of any dimensionality and power-of-two lengths.
1515

@@ -111,8 +111,8 @@ makers, and transform routines.
111111

112112
For convenience, we provide aux data makers for one-, two- and
113113
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
116116
dimensions must be passed in the reverse order:
117117

118118
```Fortran

0 commit comments

Comments
 (0)