Commit 4aa51f6a authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #8484 from berak:patch-2

parents a973d93d 3e0b63f6
...@@ -73,7 +73,7 @@ public: ...@@ -73,7 +73,7 @@ public:
/** @brief Getter for the optimized function. /** @brief Getter for the optimized function.
The optimized function is represented by Function interface, which requires derivatives to The optimized function is represented by Function interface, which requires derivatives to
implement the sole method calc(double*) to evaluate the function. implement the calc(double*) and getDim() methods to evaluate the function.
@return Smart-pointer to an object that implements Function interface - it represents the @return Smart-pointer to an object that implements Function interface - it represents the
function that is being optimized. It can be empty, if no function was given so far. function that is being optimized. It can be empty, if no function was given so far.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment