NFFT  3.5.3
Data Fields
fpt_step_ Struct Reference

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
 

Detailed Description

Holds data for a single multiplication step in the cascade summation.

Definition at line 30 of file fpt.h.

Field Documentation

◆ stable

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.

◆ Ns

int fpt_step_::Ns

TODO Add comment here.


Definition at line 35 of file fpt.h.

◆ ts

int fpt_step_::ts

TODO Add comment here.


Definition at line 36 of file fpt.h.


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