OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Static Public Member Functions | List of all members
FFTPACK_wrap< double > Class Template 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

template<>
class FFTPACK_wrap< double >

Definition at line 79 of file fftpack_FFT.h.

Member Function Documentation

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

Here is the call graph for this function:

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

Here is the call graph for this function:

static 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:

static 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:

static 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:

static 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:

static 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:

static 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: