MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_ifft_inplace

Function af_ifft_inplace

src/api/c/fft.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168af_err af_ifft_inplace(af_array in, const double norm_factor) {
169 return fft_inplace(in, norm_factor, 1, false);
170}
171
172af_err af_ifft2_inplace(af_array in, const double norm_factor) {
173 return fft_inplace(in, norm_factor, 2, false);

Callers 1

ifftInPlaceFunction · 0.85

Calls 1

fft_inplaceFunction · 0.70

Tested by

no test coverage detected