We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8665a8b commit b919c53Copy full SHA for b919c53
docs/source/pages/api_fft.rst
@@ -70,8 +70,7 @@ For complex-to-complex (c2c) FFTs, the user interface is:
70
71
where ``direction`` can be either ``DECOMP_2D_FFT_FORWARD == -1`` for forward transforms, or ``DECOMP_2D_FFT_BACKWARD == 1`` for backward transforms.
72
The input array ``input`` and ``output`` array out are both complex and
73
-
74
-and have to be either a X-pencil/Z-pencil combination or vice versa, depending on the direction of FFT and
+have to be either a X-pencil/Z-pencil combination or vice versa, depending on the direction of FFT and
75
how the FFT interface is initialised (``PHYSICAL_IN_X``, the default, or ``PHYSICAL_IN_Z`` the optional).
76
77
Real-to-complex & Complex-to-Real Transforms
0 commit comments