38 #ifndef DIIS_RESTRICTED_HEADER 39 #define DIIS_RESTRICTED_HEADER int GetCombinedFockMatrix(symmMatrix &result)
Definition: diis_restricted.cc:145
General DIISManager class that can be used as a base class in implementations of direct inversion in ...
~DIISManagerRestricted()
Definition: diis_restricted.cc:52
MatrixSymmetric< real, matri > symmMatrix
Definition: test_LanczosSeveralLargestEig.cc:69
DIISManagerRestricted()
Definition: diis_restricted.cc:47
MatrixGeneral< real, matri > normalMatrix
Definition: test_LanczosSeveralLargestEig.cc:71
Definition: diis_restricted.h:43
int AddIterationToList(symmMatrix &F, normalMatrix &E)
Definition: diis_restricted.cc:57
int ClearList()
Definition: diis_restricted.cc:131
Definition: diis_general.h:47