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

Function af_ifft3_inplace

src/api/c/fft.cpp:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176af_err af_ifft3_inplace(af_array in, const double norm_factor) {
177 return fft_inplace(in, norm_factor, 3, false);
178}
179
180template<typename InType>
181af_array fft_r2c(const af_array in, const double norm_factor, const dim_t npad,

Callers 1

ifft3InPlaceFunction · 0.85

Calls 1

fft_inplaceFunction · 0.70

Tested by

no test coverage detected