Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getOrigDim
Function
getOrigDim
src/api/cpp/fft.cpp:199–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
inline dim_t getOrigDim(dim_t d, bool is_odd) {
200
return 2 * (d - 1) + (is_odd ? 1 : 0);
201
}
202
203
template<>
204
AFAPI array fftC2R<1>(const array& in, const bool is_odd,
Callers
3
fftC2R<1>
Function · 0.85
fftC2R<2>
Function · 0.85
fftC2R<3>
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected