Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Group


Defines

#define LANDWEBER   (1U<< 0)
 Constant symbols for precomputation and memory usage (inverse problem).
#define STEEPEST_DESCENT   (1U<< 1)
#define CGNR   (1U<< 2)
#define CGNE   (1U<< 3)
#define NORMS_FOR_LANDWEBER   (1U<< 4)
#define PRECOMPUTE_WEIGHT   (1U<< 5)
#define PRECOMPUTE_DAMP   (1U<< 6)
#define F(MV, FLT, name,)   void i ## MV ## _ ## name(__VA_ARGS__)
 function mangling macro
#define MACRO_SOLVER_PLAN(MV, FLT)

Define Documentation

#define F MV,
FLT,
name   )     void i ## MV ## _ ## name(__VA_ARGS__)
 

function mangling macro

  • MV matrix vector multiplication type
  • FLT float type, i.e., double resp. complex
  • name name of the function
  • ... argument list of the function


Generated on Wed May 10 20:39:40 2006 for NFFT by  doxygen 1.4.4