Free Electron
Classes | Namespaces | Macros
ConjugateGradient.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::ext::ConjugateGradient< MATRIX, VECTOR >
 solve Ax=b for x More...
 

Namespaces

 fe
 kernel
 

Macros

#define CG_DEBUG   FALSE
 
#define CG_TRACE   FALSE
 
#define CG_CHECK_SYMMETRY   (FE_CODEGEN<FE_DEBUG)
 
#define CG_CHECK_POSITIVE   (FE_CODEGEN<FE_DEBUG)
 
#define CG_CHECK_PEAK   (FE_CODEGEN<FE_DEBUG)
 
#define CG_VERIFY   (FE_CODEGEN<=FE_DEBUG)
 
#define CG_EXCEPTION   (FE_CODEGEN<=FE_DEBUG)