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

Function af_fft_inplace

src/api/c/fft.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156af_err af_fft_inplace(af_array in, const double norm_factor) {
157 return fft_inplace(in, norm_factor, 1, true);
158}
159
160af_err af_fft2_inplace(af_array in, const double norm_factor) {
161 return fft_inplace(in, norm_factor, 2, true);

Callers 1

fftInPlaceFunction · 0.85

Calls 1

fft_inplaceFunction · 0.70

Tested by

no test coverage detected