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

Function destroy_fftblue_plan

numpy/fft/_pocketfft.c:1952–1957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1950 }
1951
1952NOINLINE static void destroy_fftblue_plan (fftblue_plan plan)
1953 {
1954 DEALLOC(plan->mem);
1955 destroy_cfftp_plan(plan->plan);
1956 DEALLOC(plan);
1957 }
1958
1959NOINLINE WARN_UNUSED_RESULT
1960static int fftblue_fft(fftblue_plan plan, double c[], int isign, double fct)

Callers 2

destroy_cfft_planFunction · 0.85
destroy_rfft_planFunction · 0.85

Calls 1

destroy_cfftp_planFunction · 0.85

Tested by

no test coverage detected