28 int nvar =
static_cast<int>(x.
size());
33 #ifndef SAFE_INITIALIZE
Vector of double precision numbers.
void fmin(const double &f, const dvector &x, const dvector &g)
Function fmin contains Quasi-Newton function minimizer with inexact line search using Wolfe condition...
void gradcalc(int nvar, const dvector &g)
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
double minimize(const independent_variables &x, double(*pf)(const dvar_vector &))
Minimize artibrary user-supplied function.
void initialize(void)
Initialze all elements of dvector to zero.
unsigned int size() const
Get number of elements in array.
class for things related to the gradient structures, including dimension of arrays, size of buffers, etc.