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

Function af_fft2_inplace

src/api/c/fft.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160af_err af_fft2_inplace(af_array in, const double norm_factor) {
161 return fft_inplace(in, norm_factor, 2, true);
162}
163
164af_err af_fft3_inplace(af_array in, const double norm_factor) {
165 return fft_inplace(in, norm_factor, 3, true);

Callers 1

fft2InPlaceFunction · 0.85

Calls 1

fft_inplaceFunction · 0.70

Tested by

no test coverage detected