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

Function cfft_backward

numpy/fft/_pocketfft.c:2119–2125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2117 }
2118
2119WARN_UNUSED_RESULT static int cfft_backward(cfft_plan plan, double c[], double fct)
2120 {
2121 if (plan->packplan)
2122 return cfftp_backward(plan->packplan,c,fct);
2123 // if (plan->blueplan)
2124 return cfftblue_backward(plan->blueplan,c,fct);
2125 }
2126
2127WARN_UNUSED_RESULT static int cfft_forward(cfft_plan plan, double c[], double fct)
2128 {

Callers 1

execute_complexFunction · 0.85

Calls 2

cfftp_backwardFunction · 0.85
cfftblue_backwardFunction · 0.85

Tested by

no test coverage detected