OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Functions
fftpack.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void cfftf (size_t N, double complex_data[], double wrk[])
 
void cfftb (size_t N, double complex_data[], double wrk[])
 
void cffti (size_t N, double wrk[])
 
void rfftf (size_t N, double data[], double wrk[])
 
void rfftb (size_t N, double data[], double wrk[])
 
void rffti (size_t N, double wrk[])
 

Function Documentation

◆ cfftb()

void cfftb ( size_t  N,
double  complex_data[],
double  wrk[] 
)

backward complex transform

Definition at line 705 of file fftpack.cpp.

References Hypervolume::n.

◆ cfftf()

void cfftf ( size_t  N,
double  complex_data[],
double  wrk[] 
)

forward complex transform

Definition at line 698 of file fftpack.cpp.

References Hypervolume::n.

◆ cffti()

void cffti ( size_t  N,
double  wrk[] 
)

initializer for complex transforms

Definition at line 776 of file fftpack.cpp.

References Hypervolume::n.

◆ rfftb()

void rfftb ( size_t  N,
double  data[],
double  wrk[] 
)

backward real transform

Definition at line 856 of file fftpack.cpp.

References Hypervolume::n.

◆ rfftf()

void rfftf ( size_t  N,
double  data[],
double  wrk[] 
)

forward real transform

Definition at line 853 of file fftpack.cpp.

References Hypervolume::n.

◆ rffti()

void rffti ( size_t  N,
double  wrk[] 
)

initializer for real transforms

Definition at line 887 of file fftpack.cpp.

References Hypervolume::n.

Referenced by sinti().