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

Function cfftp_backward

numpy/fft/_pocketfft.c:962–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960
961NOINLINE WARN_UNUSED_RESULT
962static int cfftp_backward(cfftp_plan plan, double c[], double fct)
963 { return pass_all(plan,(cmplx *)c, fct, 1); }
964
965NOINLINE WARN_UNUSED_RESULT
966static int cfftp_factorize (cfftp_plan plan)

Callers 2

fftblue_fftFunction · 0.85
cfft_backwardFunction · 0.85

Calls 1

pass_allFunction · 0.85

Tested by

no test coverage detected