ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <math_chebyshev.h>
Public Member Functions | |
FFTW (const int norder2_in) | |
~FFTW () | |
void | execute_fftw () |
Public Attributes | |
double * | dcoef |
fftw_complex * | ccoef |
fftw_plan | coef_plan |
ModuleBase::FFTW< double >::FFTW | ( | const int | norder2_in | ) |
ModuleBase::FFTW< double >::~FFTW | ( | ) |
void ModuleBase::FFTW< double >::execute_fftw | ( | ) |
fftw_complex* ModuleBase::FFTW< double >::ccoef |
fftw_plan ModuleBase::FFTW< double >::coef_plan |
double* ModuleBase::FFTW< double >::dcoef |