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

Function af_ifft2_inplace

src/api/c/fft.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172af_err af_ifft2_inplace(af_array in, const double norm_factor) {
173 return fft_inplace(in, norm_factor, 2, false);
174}
175
176af_err af_ifft3_inplace(af_array in, const double norm_factor) {
177 return fft_inplace(in, norm_factor, 3, false);

Callers 1

ifft2InPlaceFunction · 0.85

Calls 1

fft_inplaceFunction · 0.70

Tested by

no test coverage detected