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

Function af_fft3_inplace

src/api/c/fft.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164af_err af_fft3_inplace(af_array in, const double norm_factor) {
165 return fft_inplace(in, norm_factor, 3, true);
166}
167
168af_err af_ifft_inplace(af_array in, const double norm_factor) {
169 return fft_inplace(in, norm_factor, 1, false);

Callers 1

fft3InPlaceFunction · 0.85

Calls 1

fft_inplaceFunction · 0.70

Tested by

no test coverage detected