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

Function cfftp_forward

numpy/fft/_pocketfft.c:958–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956
957NOINLINE WARN_UNUSED_RESULT
958static int cfftp_forward(cfftp_plan plan, double c[], double fct)
959 { return pass_all(plan,(cmplx *)c, fct, -1); }
960
961NOINLINE WARN_UNUSED_RESULT
962static int cfftp_backward(cfftp_plan plan, double c[], double fct)

Callers 3

make_fftblue_planFunction · 0.85
fftblue_fftFunction · 0.85
cfft_forwardFunction · 0.85

Calls 1

pass_allFunction · 0.85

Tested by

no test coverage detected