NFFT  3.4.1
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 ** a11
 
double ** a12
 
double ** a21
 
double ** a22
 The matrix components.
 
double * g
 

Detailed Description

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

Definition at line 61 of file fpt.c.

Field Documentation

bool fpt_step_::stable

Indicates if the values contained represent a fast or a slow stabilized step.

Definition at line 63 of file fpt.c.

Referenced by fpt_precompute(), and fpt_transposed().

int fpt_step_::Ns

TODO Add comment here.

Definition at line 66 of file fpt.c.

Referenced by fpt_precompute(), and fpt_transposed().

int fpt_step_::ts

TODO Add comment here.

Definition at line 67 of file fpt.c.

Referenced by fpt_precompute(), and fpt_transposed().


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