![]() |
NFFT
3.5.3
|
Holds data for a single multiplication step in the cascade summation. More...
#include <fpt.h>
Data Fields | |
bool | stable |
Indicates if the values contained represent a fast or a slow stabilized step. More... | |
int | Ns |
TODO Add comment here. More... | |
int | ts |
TODO Add comment here. More... | |
double * | a |
The matrix components | |
double | g |
Holds data for a single multiplication step in the cascade summation.
bool fpt_step_::stable |