Main Page
Namespaces
Data Structures
Files
Related Pages
S
earch for
Data Structures
Class Hierarchy
Data Fields
grad_funct Class Template Reference
#include <
multi_min.h
>
Inheritance diagram for grad_funct:
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:
multi_min.h
Documentation generated with
Doxygen
and provided under the GNU Free Documentation License. See
License Information
for details.