OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Static Public Member Functions | List of all members
FFTPACK_wrap< double > Class Reference

#include <fftpack_FFT.h>

Static Public Member Functions

static void ccffti (size_t n, double *wsave)
 
static void rcffti (size_t n, double *wsave)
 
static void rrffti (size_t n, double *wsave)
 
static void ccfftf (size_t n, double *r, double *wsave)
 
static void ccfftb (size_t n, double *r, double *wsave)
 
static void rcfftf (size_t n, double *r, double *wsave)
 
static void rcfftb (size_t n, double *r, double *wsave)
 
static void rrfft (size_t n, double *r, double *wsave)
 

Detailed Description

Definition at line 79 of file fftpack_FFT.h.

Member Function Documentation

◆ ccfftb()

static void FFTPACK_wrap< double >::ccfftb ( size_t  n,
double *  r,
double *  wsave 
)
inlinestatic

Definition at line 90 of file fftpack_FFT.h.

References cfftb(), and Hypervolume::n.

Here is the call graph for this function:

◆ ccfftf()

static void FFTPACK_wrap< double >::ccfftf ( size_t  n,
double *  r,
double *  wsave 
)
inlinestatic

Definition at line 89 of file fftpack_FFT.h.

References cfftf(), and Hypervolume::n.

Here is the call graph for this function:

◆ ccffti()

static void FFTPACK_wrap< double >::ccffti ( size_t  n,
double *  wsave 
)
inlinestatic

Definition at line 85 of file fftpack_FFT.h.

References cffti(), and Hypervolume::n.

Here is the call graph for this function:

◆ rcfftb()

static void FFTPACK_wrap< double >::rcfftb ( size_t  n,
double *  r,
double *  wsave 
)
inlinestatic

Definition at line 93 of file fftpack_FFT.h.

References Hypervolume::n, and rfftb().

Here is the call graph for this function:

◆ rcfftf()

static void FFTPACK_wrap< double >::rcfftf ( size_t  n,
double *  r,
double *  wsave 
)
inlinestatic

Definition at line 92 of file fftpack_FFT.h.

References Hypervolume::n, and rfftf().

Here is the call graph for this function:

◆ rcffti()

static void FFTPACK_wrap< double >::rcffti ( size_t  n,
double *  wsave 
)
inlinestatic

Definition at line 86 of file fftpack_FFT.h.

References Hypervolume::n, and rffti().

Here is the call graph for this function:

◆ rrfft()

static void FFTPACK_wrap< double >::rrfft ( size_t  n,
double *  r,
double *  wsave 
)
inlinestatic

Definition at line 95 of file fftpack_FFT.h.

References Hypervolume::n, and sint().

Here is the call graph for this function:

◆ rrffti()

static void FFTPACK_wrap< double >::rrffti ( size_t  n,
double *  wsave 
)
inlinestatic

Definition at line 87 of file fftpack_FFT.h.

References Hypervolume::n, and sinti().

Here is the call graph for this function:

The documentation for this class was generated from the following file: