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

Function fft2InPlace

src/api/cpp/fft.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void fft2InPlace(array& in, const double norm_factor) {
146 AF_THROW(af_fft2_inplace(in.get(), norm_factor));
147}
148
149void fft3InPlace(array& in, const double norm_factor) {
150 AF_THROW(af_fft3_inplace(in.get(), norm_factor));

Callers 2

TESTFunction · 0.85
fft.cppFile · 0.85

Calls 2

af_fft2_inplaceFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected