minimise namespace.
More...
Class diagram for test::vecone:

Public Members | |||
![]() | ![]() | virtual double | operator() ( const vector<double> & ) const |
![]() | ![]() | Calculate the function for a given argument. More... | |
![]() | ![]() | virtual void | evaluate ( const vector<double> &x, double &f, vector<double> &gradient ) const |
![]() | ![]() | Calculate the function and its derivatives for a given argument. More... | |
minimise namespace.
Definition at line 166 of file test_minimise.cpp.
virtual double test::vecone::operator() (const vector<double>& x) const [inline, virtual]
|
Calculate the function for a given argument.
| x | the argument for which the function is to be calculated |
Reimplemented from func::multi_dimensional.
Definition at line 170 of file test_minimise.cpp.
virtual void test::vecone::evaluate (const vector<double>& x, double & f, vector<double>& gradient) const [inline, virtual]
|
Calculate the function and its derivatives for a given argument.
| x | the argument for which the function is to be calculated |
| f | the value of the function for argument x |
| gradient | the derivative of the function for argument x |
Reimplemented from func::multi_dimensional_with_derivatives.
Definition at line 177 of file test_minimise.cpp.
1.0.0 written by Dimitri van Heesch,
© 1997-1999