|
golib
0.5
|
Public Member Functions | |
| virtual REAL | operator() (const vector_type &x) |
Public Member Functions inherited from goMath::OptFunction< matrix_type, vector_type > | |
| virtual void | grad (vector_type &x, vector_type &ret) |
| Calculate the gradient of f at x. More... | |
| virtual void | hessian (vector_type &x, matrix_type &ret) |
| Calculate the Hessian of f at x. More... | |
Additional Inherited Members | |
Public Types inherited from goMath::OptFunction< matrix_type, vector_type > | |
| typedef vector_type::value_type | value_type |
| Value of the matrix and vector types matrix_type and vector_type. | |
Protected Member Functions inherited from goMath::OptFunction< matrix_type, vector_type > | |
| OptFunction (double eps=0.01) | |
| Constructor. More... | |