#include <ConjugateGradient.h>
|
typedef double(FCLASS::* | engf_pointer) (const std::vector< double > &p, std::vector< double > &der) |
| This is the pointer to the member funciton in the energy calculating class that calculates the energy. More...
|
|
◆ 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 funciton 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
The documentation for this class was generated from the following file: