MCPcopy Create free account
hub / github.com/numpy/numpy / cfft_forward

Function cfft_forward

numpy/fft/_pocketfft.c:2127–2133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2125 }
2126
2127WARN_UNUSED_RESULT static int cfft_forward(cfft_plan plan, double c[], double fct)
2128 {
2129 if (plan->packplan)
2130 return cfftp_forward(plan->packplan,c,fct);
2131 // if (plan->blueplan)
2132 return cfftblue_forward(plan->blueplan,c,fct);
2133 }
2134
2135typedef struct rfft_plan_i
2136 {

Callers 1

execute_complexFunction · 0.85

Calls 2

cfftp_forwardFunction · 0.85
cfftblue_forwardFunction · 0.85

Tested by

no test coverage detected