int multimin_fdfminimizer::set ( multimin_fdf function,
const vector initial_x,
double  step_size,
double  tol 
)

Function to set, or reset an existing minimizer.

Parameters:
function: multidimensional fdf function to be minimized (function and derivatives)
initial_x: vector containing intial guedd for where minimum occurs
step_size: initial step size along gradient direction
tol: minimum error tolerance

Function to initialize the minimizer with the function f and its derivatives, the initial step size and guess for the location of the minimum at initial_x. If the interval given does not contain a minimum, then the function returns an error.

 All Classes Files Functions Variables Typedefs Friends Defines