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

Function fft2

src/api/cpp/fft.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43array fft2(const array& in, const dim_t odim0, const dim_t odim1) {
44 return fft2Norm(in, 1.0, odim0, odim1);
45}
46
47array fft3(const array& in, const dim_t odim0, const dim_t odim1,
48 const dim_t odim2) {

Callers 5

TESTFunction · 0.85
fft.cppFile · 0.85
fftconvolveTestLargeFunction · 0.85
TESTFunction · 0.85
fnFunction · 0.85

Calls 1

fft2NormFunction · 0.85

Tested by

no test coverage detected