17 #include <vnl/algo/vnl_algo_export.h> 45 double minimize_given_bounds_and_1st_f(
double ax,
double bx,
double fb,
46 double cx,
double tol,
double *xmin);
53 void bracket_minimum(
double *ax,
double *bx,
double *cx,
54 double *fa,
double *fb,
double *fc);
60 void bracket_minimum(
double *ax,
double *bx,
double *cx);
63 #endif // vnl_brent_h_ An object that represents a function from R^n -> R.
Brent 1D minimizer (deprecated).
double minimize_given_bounds(double ax, double bx, double cx)
Find the minimum value of f(x) within a<= x <= c.
double minimize(double ax)
Find a minimum of f(x) near to ax.