grad_funct Class Template Reference

#include <multi_min.h>

Inheritance diagram for grad_funct:

grad_funct_fptr grad_funct_mfptr gradient gradient< param_t, func_t, ovector_view_tlate< data_t, vparent_t, block_t > > simple_grad simple_grad< param_t, func_t, ovector_view_tlate< data_t, vparent_t, block_t > >

Detailed Description

template<class param_t, class vec_t = ovector_view>
class grad_funct< param_t, vec_t >

Base class for a gradient function.

Definition at line 36 of file multi_min.h.


Public Member Functions

virtual ~grad_funct ()
virtual int operator() (size_t nv, vec_t &x, vec_t &g, 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.