NFFT Logo 3.0 API Reference
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

infft_plan Struct Reference
[Solver - Inverse transforms]

Structure for an inverse transform plan. More...

#include <nfft3.h>


Data Fields

nfft_planmv
 matrix vector multiplication
unsigned flags
 iteration type
double * w
 weighting factors
double * w_hat
 damping factors
double complex * y
 right hand side, samples
double complex * f_hat_iter
 iterative solution
double complex * r_iter
 iterated residual vector
double complex * z_hat_iter
 residual of normal equation of \ first kind
double complex * p_hat_iter
 search direction
double complex * v_iter
 residual vector update
double alpha_iter
 step size for search direction
double beta_iter
 step size for search correction
double dot_r_iter
 weighted dotproduct of r_iter
double dot_r_iter_old
 previous dot_r_iter
double dot_z_hat_iter
 weighted dotproduct of \ z_hat_iter
double dot_z_hat_iter_old
 previous dot_z_hat_iter
double dot_p_hat_iter
 weighted dotproduct of \ p_hat_iter
double dot_v_iter
 weighted dotproduct of v_iter


Detailed Description

Structure for an inverse transform plan.

Definition at line 2327 of file nfft3.h.


The documentation for this struct was generated from the following file:
Generated on 1 Nov 2006 by Doxygen 1.4.4