![]() |
NFFT 3.5.3alpha
|
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. | |
| int | Ns |
| TODO Add comment here. | |
| int | ts |
| TODO Add comment here. | |
| double * | a |
| The matrix components. | |
| double | g |
Holds data for a single multiplication step in the cascade summation.
| bool fpt_step_::stable |
Indicates if the values contained represent a fast or a slow stabilized step.
Definition at line 32 of file fpt.h.
Referenced by fpt_transposed().
| int fpt_step_::Ns |
| int fpt_step_::ts |
| double* fpt_step_::a |