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

fgt_plan Struct Reference
[Fast Gauss transfrom with complex parameter]

Structure for the Gauss transform. More...


Data Fields

int N
 number of source nodes
int M
 number of target nodes
double complex * alpha
 source coefficients
double complex * f
 target evaluations
unsigned flags
 flags for precomputation and approximation type
double complex sigma
 parameter of the Gaussian
double * x
 source nodes in $[-1/4,1/4]$
double * y
 target nodes in $[-1/4,1/4]$
double complex * pre_cexp
 precomputed values for dgt
int n
 expansion degree
double p
 period, at least 1
double complex * b
 expansion coefficients
nfft_plannplan1
 source nfft plan
nfft_plannplan2
 target nfft plan


Detailed Description

Structure for the Gauss transform.

Definition at line 51 of file fastgauss.c.


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