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

Function fft3

src/api/cpp/fft.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47array fft3(const array& in, const dim_t odim0, const dim_t odim1,
48 const dim_t odim2) {
49 return fft3Norm(in, 1.0, odim0, odim1, odim2);
50}
51
52// NOLINTNEXTLINE(performance-unnecessary-value-param)
53array dft(const array& in, const double norm_factor, const dim4 outDims) {

Callers 3

TESTFunction · 0.85
fft.cppFile · 0.85
fftconvolveTestLargeFunction · 0.85

Calls 1

fft3NormFunction · 0.85

Tested by

no test coverage detected