#include <MinimiseBase.h>

Public Member Functions | |
| MinimiseBase (FCLASS *funcc) | |
| double | linemin (const std::vector< double > &dir, std::vector< double > &p, engf_pointer myfunc) |
| This is the line minimiser. | |
Protected Member Functions | |
| double | calcDerivatives (const std::vector< double > &p, std::vector< double > &der, engf_pointer myfunc) |
| This calculates the derivatives at a point. | |
Private Types | |
| 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. | |
Private Attributes | |
| FCLASS * | myclass_func |
| The class that calculates the energy given a position. | |
|
private |
This is the pointer to the member function in the energy calculating class that calculates the energy.
|
inlineexplicit |
|
protected |
This calculates the derivatives at a point.
| double PLMD::MinimiseBase< FCLASS >::linemin | ( | const std::vector< double > & | dir, |
| std::vector< double > & | p, | ||
| engf_pointer | myfunc ) |
This is the line minimiser.
|
private |
The class that calculates the energy given a position.
Hosted by GitHub
|
1.17.0
|