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

#include <fftpack_FFT.h>

Static Public Member Functions

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

Detailed Description

template<>
class FFTPACK_wrap< float >

Definition at line 58 of file fftpack_FFT.h.

Member Function Documentation

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

Definition at line 69 of file fftpack_FFT.h.

References fcfftb().

Here is the call graph for this function:

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

Definition at line 68 of file fftpack_FFT.h.

References fcfftf().

Here is the call graph for this function:

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

Definition at line 64 of file fftpack_FFT.h.

References fcffti().

Here is the call graph for this function:

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

Definition at line 72 of file fftpack_FFT.h.

References frfftb().

Here is the call graph for this function:

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

Definition at line 71 of file fftpack_FFT.h.

References frfftf().

Here is the call graph for this function:

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

Definition at line 65 of file fftpack_FFT.h.

References frffti().

Here is the call graph for this function:

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

Definition at line 74 of file fftpack_FFT.h.

References fsint().

Here is the call graph for this function:

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

Definition at line 66 of file fftpack_FFT.h.

References fsinti().

Here is the call graph for this function:


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