Direct optimization for energy minimization. More...
#include "Eigen.h"#include "EonLogger.h"#include "HelperFunctions.h"#include "Matter.h"#include "Optimizer.h"#include "Parameters.h"Go to the source code of this file.
Classes | |
| class | eonc::ConjugateGradients |
| Decleration of the Conjugate Gradients optimizer. More... | |
| class | ConjugateGradients |
| Decleration of the Conjugate Gradients optimizer. More... | |
Namespaces | |
| namespace | eonc |
| RAII resource manager for the ARTn C library with global synchronization. | |
Direct optimization for energy minimization.
The conjugate gradient method is an algorithm for the numerical solution of particular stystems of linear equations, namely symetric,positive-definite ones.
Definition in file ConjugateGradients.h.