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

Function fft3InPlace

src/api/cpp/fft.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void fft3InPlace(array& in, const double norm_factor) {
150 AF_THROW(af_fft3_inplace(in.get(), norm_factor));
151}
152
153void ifftInPlace(array& in, const double norm_factor) {
154 const dim4 dims = in.dims();

Callers 2

TESTFunction · 0.85
fft.cppFile · 0.85

Calls 2

af_fft3_inplaceFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected