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

Function cfftblue_forward

numpy/fft/_pocketfft.c:2029–2031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2027 { return fftblue_fft(plan,c,1,fct); }
2028
2029WARN_UNUSED_RESULT
2030static int cfftblue_forward(fftblue_plan plan, double c[], double fct)
2031 { return fftblue_fft(plan,c,-1,fct); }
2032
2033WARN_UNUSED_RESULT
2034static int rfftblue_backward(fftblue_plan plan, double c[], double fct)

Callers 1

cfft_forwardFunction · 0.85

Calls 1

fftblue_fftFunction · 0.85

Tested by

no test coverage detected