|
void | MemoryCopy (auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, const int align_type=kLeft) |
| copy the memory of one array to a new array with a different size for three dimensional case More...
|
|
template<typename T_real = double> |
void | MemoryCopy (T_real *in, int m0, int m1, int m2, std::complex< T_real > *out, int n0, int n1, int n2, const int align_type=kLeft) |
|
template<typename T_real = double> |
void | MemoryCopy (std::complex< T_real > *in, int m0, int m1, int m2, T_real *out, int n0, int n1, int n2, const int align_type=kLeft) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForwardc2c (std::complex< T_real > *in, int m0, int m1, int m2, std::complex< T_real > *out, int n0, int n1, int n2, std::complex< T_real > *temp=nullptr) |
| Forward DFT for a 3D-pencil array (c2c) More...
|
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackwardc2c (std::complex< T_real > *in, int m0, int m1, int m2, std::complex< T_real > *out, int n0, int n1, int n2, std::complex< T_real > *temp=nullptr) |
| Backward DFT for a 3D-pencil array (c2c) More...
|
|
template<int Rank, typename T_real = double> |
static void | PencilDFTc2c (std::complex< T_real > *in, std::complex< T_real > *out, int n0, int n1, int n2, const int fftw_dir) |
| DFT for a 3D-pencil array (c2c) (the sizes of input and output arrays are the same) More...
|
|
template<int Rank, typename T_real = double> |
static void | PencilDFTr2c (T_real *in, int m0, int m1, int m2, std::complex< T_real > *out, int n0, int n1, int n2, std::complex< T_real > *temp=nullptr) |
| DFT for a 3D-pencil array (r2c) More...
|
|
template<int Rank, typename T_real = double> |
static void | PencilDFTc2r (std::complex< T_real > *in, int m0, int m1, int m2, T_real *out, int n0, int n1, int n2, std::complex< T_real > *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTr2c (T_real *in, std::complex< T_real > *out, int n0, int n1, int n2) |
| DFT for a 3D-pencil array (r2c) (the logical sizes of input and output arrays are the same) More...
|
|
template<int Rank, typename T_real = double> |
static void | PencilDFTc2r (std::complex< T_real > *in, T_real *out, int n0, int n1, int n2) |
| DFT for a 3D-pencil array (c2r) (the logical sizes of input and output arrays are the same) More...
|
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForwardr2r (T_real *in, int m0, int m1, int m2, T_real *out, int n0, int n1, int n2, const fftw_r2r_kind kind, T_real *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForwardr2r (std::complex< T_real > *in, int m0, int m1, int m2, std::complex< T_real > *out, int n0, int n1, int n2, const fftw_r2r_kind kind, std::complex< T_real > *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackwardr2r (T_real *in, int m0, int m1, int m2, T_real *out, int n0, int n1, int n2, const fftw_r2r_kind kind, T_real *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackwardr2r (std::complex< T_real > *in, int m0, int m1, int m2, std::complex< T_real > *out, int n0, int n1, int n2, const fftw_r2r_kind kind, std::complex< T_real > *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTr2r (T_real *in, T_real *out, int n0, int n1, int n2, const fftw_r2r_kind kind) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTr2r (std::complex< T_real > *in, std::complex< T_real > *out, int n0, int n1, int n2, const fftw_r2r_kind kind) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForwardc2c (auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, auto *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTr2c (auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, auto *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTc2r (auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, auto *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTc2c (auto *in, auto *out, int n0, int n1, int n2, int fftw_flag) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTr2c (auto *in, auto *out, int n0, int n1, int n2) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTc2r (auto *in, auto *out, int n0, int n1, int n2) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTr2r (auto *in, auto *out, int n0, int n1, int n2, const fftw_r2r_kind kind) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForwardr2r (auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, const fftw_r2r_kind kind, auto *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackwardc2c (auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, auto *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackwardr2r (auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, const fftw_r2r_kind kind, auto *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForward (std::complex< T_real > *in, int m0, int m1, int m2, std::complex< T_real > *out, int n0, int n1, int n2, std::complex< T_real > *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForward (T_real *in, int m0, int m1, int m2, std::complex< T_real > *out, int n0, int n1, int n2, std::complex< T_real > *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForward (T_real *in, int m0, int m1, int m2, T_real *out, int n0, int n1, int n2, const fftw_r2r_kind *kind, T_real *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackward (std::complex< T_real > *in, int m0, int m1, int m2, std::complex< T_real > *out, int n0, int n1, int n2, std::complex< T_real > *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackward (std::complex< T_real > *in, int m0, int m1, int m2, T_real *out, int n0, int n1, int n2, std::complex< T_real > *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackward (T_real *in, int m0, int m1, int m2, T_real *out, int n0, int n1, int n2, const fftw_r2r_kind *kind, T_real *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForward (std::complex< T_real > *in, std::complex< T_real > *out, int n0, int n1, int n2) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForward (T_real *in, std::complex< T_real > *out, int n0, int n1, int n2) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackward (std::complex< T_real > *in, std::complex< T_real > *out, int n0, int n1, int n2) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackward (std::complex< T_real > *in, T_real *out, int n0, int n1, int n2) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFT (std::complex< T_real > *in, std::complex< T_real > *out, int n0, int n1, int n2, const int fftw_dir) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFT (std::complex< T_real > *in, T_real *out, int n0, int n1, int n2) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFT (T_real *in, std::complex< T_real > *out, int n0, int n1, int n2) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFT (T_real *in, T_real *out, int n0, int n1, int n2, const fftw_r2r_kind *kind) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTHC (T_real *in, T_real *out, int n0, int n1, int n2, const int fftw_dir) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTHC (std::complex< T_real > *in, std::complex< T_real > *out, int n0, int n1, int n2, const int fftw_dir) |
|
template<int Rank, typename T_real = double> |
static void | PencilDCT (T_real *in, T_real *out, int n0, int n1, int n2, const int fftw_dir, const int dcttype=DCT1) |
|
template<int Rank, typename T_real = double> |
static void | PencilDCT (std::complex< T_real > *in, std::complex< T_real > *out, int n0, int n1, int n2, const int fftw_dir, const int dcttype=DCT1) |
|
template<int Rank, typename T_real = double> |
static void | PencilDST (T_real *in, T_real *out, int n0, int n1, int n2, const int fftw_dir, const int dsttype=DST1) |
|
template<int Rank, typename T_real = double> |
static void | PencilDST (std::complex< T_real > *in, std::complex< T_real > *out, int n0, int n1, int n2, const int fftw_dir, const int dsttype=DST1) |
|
template<int Rank> |
void | ZeroNyquistWave (auto *in, int n0, int n1, int n2, const int align_type) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForward (const int fft_type, auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, auto *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackward (const int fft_type, auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, auto *temp=nullptr) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTForward (const int fft_type, auto *in, auto *out, int n0, int n1, int n2) |
|
template<int Rank, typename T_real = double> |
static void | PencilDFTBackward (const int fft_type, auto *in, auto *out, int n0, int n1, int n2) |
|
template<typename T_real = double> |
static void | PencilDFTForward (const int fftdim, const int fft_type, auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, auto *temp=nullptr) |
|
template<typename T_real = double> |
static void | PencilDFTBackward (const int fftdim, const int fft_type, auto *in, int m0, int m1, int m2, auto *out, int n0, int n1, int n2, auto *temp=nullptr) |
|
template<typename T_real = double> |
static void | PencilDFTForward (const int fftdim, const int fft_type, auto *in, auto *out, int n0, int n1, int n2) |
|
template<typename T_real = double> |
static void | PencilDFTBackward (const int fftdim, const int fft_type, auto *in, auto *out, int n0, int n1, int n2) |
|