Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

cuda_emfft.h File Reference

Go to the source code of this file.

Defines

#define eman__cuda_emfft_h__   1

Functions

void init_cuda_fft_hh_plan_cache ()
void cleanup_cuda_fft_hh_plan_cache ()
int cuda_hh_fft_real_to_complex_1d (float *real_data, float *complex_data, int n, int batch)
int cuda_hh_fft_complex_to_real_1d (float *complex_data, float *real_data, int n, int batch)
int cuda_hh_fft_real_to_complex_nd (float *real_data, float *complex_data, int nx, int ny, int nz)
int cuda_hh_fft_complex_to_real_nd (float *complex_data, float *real_data, int nx, int ny, int nz)
void init_cuda_fft_dd_plan_cache ()
void cleanup_cuda_fft_dd_plan_cache ()
int cuda_dd_fft_real_to_complex_1d (float *real_data, float *complex_data, int n, int batch)
int cuda_dd_fft_complex_to_real_1d (float *complex_data, float *real_data, int n, int batch)
int cuda_dd_fft_real_to_complex_nd (float *real_data, float *complex_data, int nx, int ny, int nz)
int cuda_dd_fft_complex_to_real_nd (float *complex_data, float *real_data, int nx, int ny, int nz)


Define Documentation

#define eman__cuda_emfft_h__   1
 

Definition at line 3 of file cuda_emfft.h.


Function Documentation

void cleanup_cuda_fft_dd_plan_cache  ) 
 

void cleanup_cuda_fft_hh_plan_cache  ) 
 

int cuda_dd_fft_complex_to_real_1d float *  complex_data,
float *  real_data,
int  n,
int  batch
 

int cuda_dd_fft_complex_to_real_nd float *  complex_data,
float *  real_data,
int  nx,
int  ny,
int  nz
 

int cuda_dd_fft_real_to_complex_1d float *  real_data,
float *  complex_data,
int  n,
int  batch
 

int cuda_dd_fft_real_to_complex_nd float *  real_data,
float *  complex_data,
int  nx,
int  ny,
int  nz
 

int cuda_hh_fft_complex_to_real_1d float *  complex_data,
float *  real_data,
int  n,
int  batch
 

int cuda_hh_fft_complex_to_real_nd float *  complex_data,
float *  real_data,
int  nx,
int  ny,
int  nz
 

int cuda_hh_fft_real_to_complex_1d float *  real_data,
float *  complex_data,
int  n,
int  batch
 

int cuda_hh_fft_real_to_complex_nd float *  real_data,
float *  complex_data,
int  nx,
int  ny,
int  nz
 

void init_cuda_fft_dd_plan_cache  ) 
 

void init_cuda_fft_hh_plan_cache  ) 
 


Generated on Tue May 25 17:34:32 2010 for EMAN2 by  doxygen 1.4.4