NFFT Logo 3.0 API Reference
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

fpt_set_s_ Struct Reference

Holds data for a set of cascade summations. More...


Data Fields

int flags
 The flags.
int M
 The number of DPT transforms.
int N
 The transform length.
int t
 The exponent of N.
fpt_datadpt
 The DPT transform data.
double ** xcvecs
 Array of pointers to arrays containing the Chebyshev nodes.
double * xc
 Array for Chebychev-nodes.
double complex * temp
double complex * work
double complex * result
double complex * vec3
double complex * vec4
double complex * z
fftw_plan * plans_dct3
 Transform plans for the fftw library.
fftw_plan * plans_dct2
 Transform plans for the fftw library.
fftw_r2r_kind * kinds
 Transform kinds for fftw library.
fftw_r2r_kind * kindsr
 Transform kinds for fftw library.
int * lengths
 Transform lengths for fftw library.
double * xc_slow


Detailed Description

Holds data for a set of cascade summations.

Definition at line 81 of file fpt.c.


Field Documentation

int fpt_set_s_::N
 

The transform length.

Must be a power of two.

Definition at line 85 of file fpt.c.

Referenced by fpt_finalize(), fpt_init(), and fpt_precompute().


The documentation for this struct was generated from the following file:
Generated on 1 Nov 2006 by Doxygen 1.4.4