#include <vnl_powell.h>
Inheritance diagram for vnl_powell:
Public Methods | |
vnl_powell (vnl_cost_function *functor) | |
ReturnCodes | minimize (vnl_vector< double > &x) |
Protected Methods | |
void | pub_report_eval (double e) |
Protected Attributes | |
vnl_cost_function * | functor_ |
Friends | |
class | vnl_powell_1dfun |
Definition at line 15 of file vnl_powell.h.
|
Initialize a powell with the given cost function. |
|
Run minimization, place result in x. |
|
Definition at line 30 of file vnl_powell.h. |
|
Definition at line 29 of file vnl_powell.h. |
|
Definition at line 27 of file vnl_powell.h. |