28 #ifndef DIIS_GENERAL_HEADER 29 #define DIIS_GENERAL_HEADER double ergo_real
Definition: realtype.h:53
Normal matrix.
Definition: MatrixBase.h:47
int GetNoOfIters()
Definition: diis_general.cc:63
DIISManager()
Definition: diis_general.cc:37
int Initialize(int noOfIters)
Definition: diis_general.cc:72
normalMatrix ** E_list[2]
Definition: diis_general.h:51
int RemoveOldestIteration()
Definition: diis_general.cc:111
int MaxNoOfIters
Definition: diis_general.h:55
ergo_real DoScalarProductOfErrorMatrices(const normalMatrix &E1, const normalMatrix &E2)
Definition: diis_general.cc:105
virtual ~DIISManager()
Definition: diis_general.cc:50
Header file with typedefs for matrix and vector types.
int MatrixDimension
Definition: diis_general.h:56
ergo_real * B
Definition: diis_general.h:58
Definition: diis_general.h:36
Symmetric matrix.
Definition: MatrixBase.h:49
int IterCount
Definition: diis_general.h:57
symmMatrix ** F_list[2]
Definition: diis_general.h:50