Skip to content

Commit 394cc33

Browse files
committed
more comment
1 parent 0b4a90a commit 394cc33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/idst.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ module IDST
7272
7373
In-place inverse DST: overwrite `y` with the reconstructed data when
7474
possible. Falls back to computing out-of-place and copying the result.
75+
Uses an FFTW r2r plan for the in-place computation when available. The result is scaled by `1/(N+1)` to account for the normalization of the DST. Note that the input `y` should contain the DST coefficients, and after this function, it will contain the reconstructed data in the original domain.
7576
"""
7677
function idst!(y::AbstractArray; dims=1)
7778
_ensure_fftw()

0 commit comments

Comments
 (0)