![]() |
NFFT
3.5.3
|
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... | |
bool | precomputed |
double* fpt_data_::_alpha |