Davidson eigensolver. More...
#include "inc/util/closeness.h"#include "inc/util/macros.h"#include "inc/dense/dense_eigensolver.h"#include "inc/alg/iterative.h"
Include dependency graph for davidson.h:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | syten |
| Syten namespace. | |
Functions | |
| template<typename Vector , typename Matrix > | |
| IterativeExit | syten::eigenDavidson (Vector &&vec, Matrix const &mat, IterativeConfig const &conf, Vector &evec) |
| Davidson eigensolver, closely follows Davidson, JOURNAL OF COMPUTATIONAL PHYSICS 17, 87-94, (1975). More... | |
Davidson eigensolver.