, including all inherited members.
| AD_backward(double *seed, double *df) | CFunction | [virtual] |
| AD_backward(int number, double *seed, double *df) | CFunction | [virtual] |
| AD_backward2(int number, double *seed1, double *seed2, double *df, double *ddf) | CFunction | [virtual] |
| AD_forward(double *x, double *seed, double *f, double *df) | CFunction | [virtual] |
| AD_forward(int number, double *seed, double *df) | CFunction | [virtual] |
| AD_forward(int number, double *x, double *seed, double *f, double *df) | CFunction | [virtual] |
| AD_forward2(int number, double *seed1, double *seed2, double *df, double *ddf) | CFunction | [virtual] |
| cFcn | CFunction | [protected] |
| cFcnDBackward | CFunction | [protected] |
| cFcnDForward | CFunction | [protected] |
| CFunction() | CFunction | |
| CFunction(uint dim, cFcnPtr cFcn_) | CFunction | |
| CFunction(uint dim, cFcnPtr cFcn_, cFcnDPtr cFcnDForward_, cFcnDPtr cFcnDBackward_) | CFunction | |
| CFunction(const CFunction &rhs) | CFunction | |
| clearBuffer() | CFunction | [virtual] |
| copy(const CFunction &arg) | CFunction | [protected] |
| deleteAll() | CFunction | [protected] |
| dim | CFunction | [protected] |
| evaluate(double *x, double *result) | CFunction | [virtual] |
| evaluate(double *x, double *result, PrintLevel printL) | CFunction | [virtual] |
| evaluate(int number, double *x, double *result) | CFunction | [virtual] |
| evaluateCFunction(double *x, double *result) | CFunction | [virtual] |
| getDim() const | CFunction | [virtual] |
| initialize() | CFunction | [protected] |
| maxAlloc | CFunction | [protected] |
| nn | CFunction | [protected] |
| operator()(const Expression &arg) | CFunction | [virtual] |
| operator=(const CFunction &rhs) | CFunction | |
| seedStore | CFunction | [protected] |
| setUserData(void *user_data_) | CFunction | [virtual] |
| user_data | CFunction | [protected] |
| xStore | CFunction | [protected] |
| ~CFunction() | CFunction | [virtual] |