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