golib
0.5
|
Public Types | |
typedef matrix::value_type | value_type |
![]() | |
typedef vector ::value_type | value_type |
Value of the matrix and vector types matrix_type and vector_type. | |
Public Member Functions | |
SVMDual (goAutoPtr< matrix > innerProd, goAutoPtr< vector > y, double eps=0.01) | |
value_type | operator() (const vector &alpha) |
![]() | |
virtual void | grad (vector &x, vector &ret) |
Calculate the gradient of f at x. More... | |
virtual void | hessian (vector &x, matrix &ret) |
Calculate the Hessian of f at x. More... | |
Additional Inherited Members | |
![]() | |
OptFunction (double eps=0.01) | |
Constructor. More... | |