OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
FFTPACK_wrap< double > Class Reference

#include <fftpack_FFT.h>

Inheritance diagram for FFTPACK_wrap< double >:
Collaboration diagram for FFTPACK_wrap< double >:

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()

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

Definition at line 90 of file fftpack_FFT.h.

References cfftb().

Here is the call graph for this function:

◆ ccfftf()

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

Definition at line 89 of file fftpack_FFT.h.

References cfftf().

Here is the call graph for this function:

◆ ccffti()

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

Definition at line 85 of file fftpack_FFT.h.

References cffti().

Here is the call graph for this function:

◆ rcfftb()

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

Definition at line 93 of file fftpack_FFT.h.

References rfftb().

Here is the call graph for this function:

◆ rcfftf()

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

Definition at line 92 of file fftpack_FFT.h.

References rfftf().

Here is the call graph for this function:

◆ rcffti()

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

Definition at line 86 of file fftpack_FFT.h.

References rffti().

Here is the call graph for this function:

◆ rrfft()

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

Definition at line 95 of file fftpack_FFT.h.

References sint().

Here is the call graph for this function:

◆ rrffti()

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

Definition at line 87 of file fftpack_FFT.h.

References sinti().

Here is the call graph for this function:

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