grad_vfunct Class Template Reference

#include <multi_min.h>

Inheritance diagram for grad_vfunct:

grad_vfunct_fptr grad_vfunct_mfptr gradient_array gradient_array< param_t, multi_vfunct< param_t, nv >, nv > simple_grad_array simple_grad_array< param_t, multi_vfunct< param_t, nv >, nv >

Detailed Description

template<class param_t, size_t nv>
class grad_vfunct< param_t, nv >

Base class for a gradient function using arrays.

Definition at line 212 of file multi_min.h.


Public Member Functions

virtual ~grad_vfunct ()
virtual int operator() (size_t nvar, double x[nv], double g[nv], param_t &pa)
 Compute the gradient g at the point x.

The documentation for this class was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.