XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions

Functions

void cfft1b (int n, int inc, doublecomplex 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, doublecomplex 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, doublecomplex 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, doublecomplex 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.