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

Function af_fft_c2r

src/api/c/fft.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277af_err af_fft_c2r(af_array *out, const af_array in, const double norm_factor,
278 const bool is_odd) {
279 return fft_c2r(out, in, norm_factor, is_odd, 1);
280}
281
282af_err af_fft2_c2r(af_array *out, const af_array in, const double norm_factor,
283 const bool is_odd) {

Callers 1

fftC2R<1>Function · 0.85

Calls 1

fft_c2rFunction · 0.70

Tested by

no test coverage detected