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

Function fft

src/api/cpp/fft.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39array fft(const array& in, const dim_t odim0) {
40 return fftNorm(in, 1.0, odim0);
41}
42
43array fft2(const array& in, const dim_t odim0, const dim_t odim1) {
44 return fft2Norm(in, 1.0, odim0, odim1);

Callers

nothing calls this directly

Calls 1

fftNormFunction · 0.85

Tested by

no test coverage detected