EMAN2
Functions
cuda_emfft.h File Reference

Go to the source code of this file.

Functions

int cuda_dd_fft_real_to_complex_nd (float *real_data, float *complex_data, int nx, int ny, int nz, int batch)
 
int cuda_dd_fft_complex_to_real_nd (float *complex_data, float *real_data, int nx, int ny, int nz, int batch)
 
void do_cuda_fft_cache_destroy ()
 

Function Documentation

◆ cuda_dd_fft_complex_to_real_nd()

int cuda_dd_fft_complex_to_real_nd ( float *  complex_data,
float *  real_data,
int  nx,
int  ny,
int  nz,
int  batch 
)

Referenced by EMAN::EMData::calc_ccfx().

◆ cuda_dd_fft_real_to_complex_nd()

int cuda_dd_fft_real_to_complex_nd ( float *  real_data,
float *  complex_data,
int  nx,
int  ny,
int  nz,
int  batch 
)

Referenced by EMAN::EMData::calc_ccfx().

◆ do_cuda_fft_cache_destroy()

void do_cuda_fft_cache_destroy ( )