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

Function af_fft2_c2r

src/api/c/fft.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282af_err af_fft2_c2r(af_array *out, const af_array in, const double norm_factor,
283 const bool is_odd) {
284 return fft_c2r(out, in, norm_factor, is_odd, 2);
285}
286
287af_err af_fft3_c2r(af_array *out, const af_array in, const double norm_factor,
288 const bool is_odd) {

Callers 1

fftC2R<2>Function · 0.85

Calls 1

fft_c2rFunction · 0.70

Tested by

no test coverage detected