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

Function destroy_cfftp_plan

numpy/fft/_pocketfft.c:1068–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066 }
1067
1068static void destroy_cfftp_plan (cfftp_plan plan)
1069 {
1070 DEALLOC(plan->mem);
1071 DEALLOC(plan);
1072 }
1073
1074typedef struct rfftp_fctdata
1075 {

Callers 2

destroy_fftblue_planFunction · 0.85
destroy_cfft_planFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected