Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the inverse discrete Fourier transform of the specified complex vector.
Given an input complex vector y[0:N-1]
of size N
, the inverse discrete Fourier transform computes entries of the resulting complex vector x[0:N-1]
by
If the input is of size zero, the result is a size zero vector. The only difference between the discrete DFT and its inverse is the sign of the exponent.
V | type of complex vector argument |
[in] | y | vector to inverse transform |
y