COPASI API
4.16.103
|
#include <CTruncatedNewton.h>
Public Member Functions | |
FTruncatedNewtonTemplate (CType *pType, C_INT(CType::*method)(C_INT *, C_FLOAT64 *, C_FLOAT64 *, C_FLOAT64 *)) | |
virtual C_INT | operator() (C_INT *n, C_FLOAT64 *value, C_FLOAT64 *value1, C_FLOAT64 *value2) |
virtual | ~FTruncatedNewtonTemplate () |
![]() | |
virtual C_INT | operator() (C_INT *C_UNUSED(n), C_FLOAT64 *C_UNUSED(value), C_FLOAT64 *C_UNUSED(value1), C_FLOAT64 *C_UNUSED(value2)) |
virtual | ~FTruncatedNewton () |
Private Attributes | |
C_INT(CType::* | mMethod )(C_INT *, C_FLOAT64 *, C_FLOAT64 *, C_FLOAT64 *) |
CType * | mpType |
Definition at line 33 of file CTruncatedNewton.h.
|
inline |
Definition at line 43 of file CTruncatedNewton.h.
References FTruncatedNewtonTemplate< CType >::mMethod, and FTruncatedNewtonTemplate< CType >::mpType.
|
inlinevirtual |
Definition at line 50 of file CTruncatedNewton.h.
|
inlinevirtual |
Definition at line 53 of file CTruncatedNewton.h.
References FTruncatedNewtonTemplate< CType >::mMethod, and FTruncatedNewtonTemplate< CType >::mpType.
|
private |
Definition at line 36 of file CTruncatedNewton.h.
Referenced by FTruncatedNewtonTemplate< CType >::FTruncatedNewtonTemplate(), and FTruncatedNewtonTemplate< CType >::operator()().
|
private |
Definition at line 37 of file CTruncatedNewton.h.
Referenced by FTruncatedNewtonTemplate< CType >::FTruncatedNewtonTemplate(), and FTruncatedNewtonTemplate< CType >::operator()().