Commit 73d1ea9a authored by StevenPuttemans's avatar StevenPuttemans

fix bug 2432 for 2.4 branch

parent 4f82b358
...@@ -1997,7 +1997,7 @@ Performs the per-element multiplication of two Fourier spectrums. ...@@ -1997,7 +1997,7 @@ Performs the per-element multiplication of two Fourier spectrums.
:param dst: output array of the same size and type as ``src1`` . :param dst: output array of the same size and type as ``src1`` .
:param flags: operation flags; currently, the only supported flag is ``DFT_ROWS``, which indicates that each row of ``src1`` and ``src2`` is an independent 1D Fourier spectrum. :param flags: operation flags; currently, the only supported flag is ``DFT_ROWS``, which indicates that each row of ``src1`` and ``src2`` is an independent 1D Fourier spectrum. If you do not want to use this flag, then simply add a `0` as value.
:param conjB: optional flag that conjugates the second input array before the multiplication (true) or not (false). :param conjB: optional flag that conjugates the second input array before the multiplication (true) or not (false).
......
...@@ -167,7 +167,7 @@ Performs a per-element multiplication of two Fourier spectrums. ...@@ -167,7 +167,7 @@ Performs a per-element multiplication of two Fourier spectrums.
:param c: Destination spectrum. :param c: Destination spectrum.
:param flags: Mock parameter used for CPU/GPU interfaces similarity. :param flags: Mock parameter used for CPU/GPU interfaces similarity, simply add a `0` value.
:param conjB: Optional flag to specify if the second spectrum needs to be conjugated before the multiplication. :param conjB: Optional flag to specify if the second spectrum needs to be conjugated before the multiplication.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment