#include <ConjugateGradient.h>
|
| double | calcDerivatives (const std::vector< double > &p, std::vector< double > &der, engf_pointer myfunc) const |
| | This calculates the derivatives at a point.
|
| |
|
| typedef double(FCLASS::* | engf_pointer) (const std::vector< double > &p, std::vector< double > &der) |
| | This is the pointer to the member function in the energy calculating class that calculates the energy.
|
| |
|
| const double | EPS |
| |
| const unsigned | ITMAX |
| |
| FCLASS * | myclass_func |
| | The class that calculates the energy given a position.
|
| |
◆ engf_pointer
template<class FCLASS>
| typedef double(FCLASS::* PLMD::ConjugateGradient< FCLASS >::engf_pointer) (const std::vector< double > &p, std::vector< double > &der) |
|
private |
This is the pointer to the member function in the energy calculating class that calculates the energy.
◆ ConjugateGradient()
◆ calcDerivatives()
This calculates the derivatives at a point.
◆ linemin()
This is the line minimiser.
◆ minimise()
◆ EPS
◆ ITMAX
◆ myclass_func
The class that calculates the energy given a position.
The documentation for this class was generated from the following file: