#include <diis_general.h>
Inheritance diagram for DIISManager:
Public Member Functions | |
int | Initialize (int noOfIters) |
int | GetNoOfIters () |
Protected Member Functions | |
DIISManager () | |
virtual | ~DIISManager () |
ergo_real | DoScalarProductOfErrorMatrices (const normalMatrix &E1, const normalMatrix &E2) |
int | RemoveOldestIteration () |
Protected Attributes | |
symmMatrix ** | F_list [2] |
normalMatrix ** | E_list [2] |
int | MaxNoOfIters |
int | MatrixDimension |
int | IterCount |
ergo_real * | B |
DIISManager::DIISManager | ( | ) | [protected] |
DIISManager::~DIISManager | ( | ) | [protected, virtual] |
ergo_real DIISManager::DoScalarProductOfErrorMatrices | ( | const normalMatrix & | E1, | |
const normalMatrix & | E2 | |||
) | [protected] |
int DIISManager::GetNoOfIters | ( | ) |
int DIISManager::Initialize | ( | int | noOfIters | ) |
int DIISManager::RemoveOldestIteration | ( | ) | [protected] |
ergo_real* DIISManager::B [protected] |
normalMatrix** DIISManager::E_list[2] [protected] |
symmMatrix** DIISManager::F_list[2] [protected] |
int DIISManager::IterCount [protected] |
int DIISManager::MatrixDimension [protected] |
int DIISManager::MaxNoOfIters [protected] |