Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
array fft2(const array& in, const dim_t odim0, const dim_t odim1) {
44
return fft2Norm(in, 1.0, odim0, odim1);
45
}
46
47
array fft3(const array& in, const dim_t odim0, const dim_t odim1,
48
const dim_t odim2) {
Callers
5
TEST
Function · 0.85
fft.cpp
File · 0.85
fftconvolveTestLarge
Function · 0.85
TEST
Function · 0.85
fn
Function · 0.85
Calls
1
fft2Norm
Function · 0.85
Tested by
no test coverage detected