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

Function af_fft3_c2r

src/api/c/fft.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287af_err af_fft3_c2r(af_array *out, const af_array in, const double norm_factor,
288 const bool is_odd) {
289 return fft_c2r(out, in, norm_factor, is_odd, 3);
290}
291
292af_err af_set_fft_plan_cache_size(size_t cache_size) {
293 try {

Callers 1

fftC2R<3>Function · 0.85

Calls 1

fft_c2rFunction · 0.70

Tested by

no test coverage detected