Public Member Functions | Protected Member Functions | Private Types | Private Attributes | List of all members
PLMD::MinimiseBase< FCLASS > Class Template Reference

#include <MinimiseBase.h>

Inheritance diagram for PLMD::MinimiseBase< FCLASS >:
Inheritance graph
[legend]

Public Member Functions

 MinimiseBase (FCLASS *funcc)
 
double linemin (const std::vector< double > &dir, std::vector< double > &p, engf_pointer myfunc) const
 This is the line minimiser. More...
 

Protected Member Functions

double calcDerivatives (const std::vector< double > &p, std::vector< double > &der, engf_pointer myfunc) const
 This calculates the derivatives at a point. More...
 

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. More...
 

Private Attributes

FCLASS * myclass_func
 The class that calculates the energy given a position. More...
 

Member Typedef Documentation

◆ engf_pointer

template<class FCLASS >
typedef double(FCLASS::* PLMD::MinimiseBase< 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.

Constructor & Destructor Documentation

◆ MinimiseBase()

template<class FCLASS >
PLMD::MinimiseBase< FCLASS >::MinimiseBase ( FCLASS *  funcc)
inlineexplicit

Member Function Documentation

◆ calcDerivatives()

template<class FCLASS >
double PLMD::MinimiseBase< FCLASS >::calcDerivatives ( const std::vector< double > &  p,
std::vector< double > &  der,
engf_pointer  myfunc 
) const
protected

This calculates the derivatives at a point.

◆ linemin()

template<class FCLASS >
double PLMD::MinimiseBase< FCLASS >::linemin ( const std::vector< double > &  dir,
std::vector< double > &  p,
engf_pointer  myfunc 
) const

This is the line minimiser.

Member Data Documentation

◆ myclass_func

template<class FCLASS >
FCLASS* PLMD::MinimiseBase< FCLASS >::myclass_func
private

The class that calculates the energy given a position.


The documentation for this class was generated from the following file: