NFFT  3.3.2alpha
Data Fields
fpt_data_ Struct Reference

Holds data for a single cascade summation. More...

#include <fpt.h>

Data Fields

fpt_step ** steps
 The cascade summation steps.
 
int k_start
 TODO Add comment here. More...
 
double * alphaN
 TODO Add comment here. More...
 
double * betaN
 TODO Add comment here. More...
 
double * gammaN
 TODO Add comment here. More...
 
double alpha_0
 TODO Add comment here. More...
 
double beta_0
 TODO Add comment here. More...
 
double gamma_m1
 TODO Add comment here. More...
 
double * _alpha
 < TODO Add comment here. More...
 
double * _beta
 TODO Add comment here. More...
 
double * _gamma
 TODO Add comment here. More...
 
double * alpha
 < TODO Add comment here. More...
 
double * beta
 TODO Add comment here. More...
 
double * gamma
 TODO Add comment here. More...
 

Detailed Description

Holds data for a single cascade summation.

Definition at line 75 of file fpt.c.

Field Documentation

◆ k_start

int fpt_data_::k_start

TODO Add comment here.

Definition at line 78 of file fpt.c.

◆ alphaN

double * fpt_data_::alphaN

TODO Add comment here.

Definition at line 79 of file fpt.c.

◆ betaN

double * fpt_data_::betaN

TODO Add comment here.

Definition at line 80 of file fpt.c.

◆ gammaN

double * fpt_data_::gammaN

TODO Add comment here.

Definition at line 81 of file fpt.c.

◆ alpha_0

double fpt_data_::alpha_0

TODO Add comment here.

Definition at line 82 of file fpt.c.

◆ beta_0

double fpt_data_::beta_0

TODO Add comment here.

Definition at line 83 of file fpt.c.

◆ gamma_m1

double fpt_data_::gamma_m1

TODO Add comment here.

Definition at line 84 of file fpt.c.

◆ _alpha

double* fpt_data_::_alpha

< TODO Add comment here.

TODO Add comment here.

Definition at line 86 of file fpt.c.

◆ _beta

double* fpt_data_::_beta

TODO Add comment here.

Definition at line 87 of file fpt.c.

◆ _gamma

double* fpt_data_::_gamma

TODO Add comment here.

Definition at line 88 of file fpt.c.

◆ alpha

double* fpt_data_::alpha

< TODO Add comment here.

TODO Add comment here.

Definition at line 50 of file fpt.h.

◆ beta

double* fpt_data_::beta

TODO Add comment here.

Definition at line 51 of file fpt.h.

◆ gamma

double* fpt_data_::gamma

TODO Add comment here.

Definition at line 52 of file fpt.h.


The documentation for this struct was generated from the following files: