COPASI API
4.40.278
|
#include <FminBrent.h>
Public Member Functions | |
FDescentTemplate (CType *pType, C_FLOAT64(CType::*method)(const C_FLOAT64 &)) | |
virtual C_FLOAT64 | operator() (const C_FLOAT64 &value) |
virtual | ~FDescentTemplate () |
Public Member Functions inherited from FDescent | |
virtual C_FLOAT64 | operator() (const C_FLOAT64 &C_UNUSED(value)) |
virtual | ~FDescent () |
Private Attributes | |
C_FLOAT64(CType::* | mMethod )(const C_FLOAT64 &) |
CType * | mpType |
|
inline |
References FDescentTemplate< CType >::mMethod, and FDescentTemplate< CType >::mpType.
|
inlinevirtual |
|
inlinevirtual |
References FDescentTemplate< CType >::mMethod, and FDescentTemplate< CType >::mpType.
|
private |
Referenced by FDescentTemplate< CType >::FDescentTemplate(), and FDescentTemplate< CType >::operator()().
|
private |
Referenced by FDescentTemplate< CType >::FDescentTemplate(), and FDescentTemplate< CType >::operator()().