|
MADNESS 0.10.1
|
#include <eigsolver.h>

Public Member Functions | |
| virtual | ~IEigSolverObserver () |
| virtual void | iterateOutput (const std::vector< funcT > &phis, const std::vector< double > &eigs, const Function< double, NDIM > &rho, const int &iter, bool periodic)=0 |
Private Types | |
| typedef Function< T, NDIM > | funcT |
This is the interface the an observer wishing to receive output must implement. This call back gives the current eigenfunctions, eigenvalues, and the density. This is a test LaTeX formula The Pythagorean theorem is
![\[
c^2 = a^2 + b^2
\]](form_91.png)
|
private |
|
inlinevirtual |
|
pure virtual |
Implemented in madness::DFT< T, NDIM >.