Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ fft() [1/3]

template<typename V , require_eigen_vector_vt< is_complex, V > * = nullptr, require_fvar_t< base_type_t< value_type_t< V > > > * = nullptr>
Eigen::Matrix< scalar_type_t< V >, -1, 1 > stan::math::fft ( V &&  x)
inline

Return the discrete Fourier transform of the specified complex vector for forward-mode autodiff.

Template Parameters
Vtype of complex vector argument
Parameters
[in]xvector to transform
Returns
discrete Fourier transform of x

Definition at line 26 of file fft.hpp.