XLPack 6.1
C/C++ API Reference Manual
Loading...
Searching...
No Matches
Functions
J1a2. One-dimensional complex fast Fourier transforms

Functions

void _cfft1b (int n, int inc, double _Complex c[], int lc, double wsave[], int lwsave, double work[], int lwork, int *info)
 One-dimensional complex fast Fourier backward transform
 
void _cfft1f (int n, int inc, double _Complex c[], int lc, double wsave[], int lwsave, double work[], int lwork, int *info)
 One-dimensional complex Fourier transform
 
void _cfft1i (int n, double wsave[], int lwsave, int *info)
 Initialization of work data for cfft1f and cfft1b
 
void _cfftmb (int lot, int jump, int n, int inc, double _Complex c[], int lc, double wsave[], int lwsave, double work[], int lwork, int *info)
 One-dimensional complex Fourier backward transform (multiple sequences)
 
void _cfftmf (int lot, int jump, int n, int inc, double _Complex c[], int lc, double wsave[], int lwsave, double work[], int lwork, int *info)
 One-dimensional complex Fourier transform (multiple sequences)
 
void _cfftmi (int n, double wsave[], int lwsave, int *info)
 Initialization of work data for cfftmf and cfftmb
 

Detailed Description

This is the group of J1a2. One-dimensional complex fast Fourier transforms.