golib
0.5
|
Public Member Functions | |
virtual REAL | operator() (const vector_type &x) |
![]() | |
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... | |
Public Attributes | |
matrix_type | A |
vector_type | c |
Additional Inherited Members | |
![]() | |
typedef vector_type::value_type | value_type |
Value of the matrix and vector types matrix_type and vector_type. | |
![]() | |
OptFunction (double eps=0.01) | |
Constructor. More... | |