COPASI API  4.40.278
FDescentTemplate< CType > Class Template Reference

#include <FminBrent.h>

Inheritance diagram for FDescentTemplate< CType >:
[legend]

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
 

Constructor & Destructor Documentation

◆ FDescentTemplate()

template<class CType >
FDescentTemplate< CType >::FDescentTemplate ( CType *  pType,
C_FLOAT64(CType::*)(const C_FLOAT64 &)  method 
)
inline

◆ ~FDescentTemplate()

template<class CType >
virtual FDescentTemplate< CType >::~FDescentTemplate ( )
inlinevirtual

Member Function Documentation

◆ operator()()

template<class CType >
virtual C_FLOAT64 FDescentTemplate< CType >::operator() ( const C_FLOAT64 value)
inlinevirtual

Member Data Documentation

◆ mMethod

template<class CType >
C_FLOAT64(CType::* FDescentTemplate< CType >::mMethod) (const C_FLOAT64 &)
private

◆ mpType

template<class CType >
CType* FDescentTemplate< CType >::mpType
private

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