gsl_mmin_wrap_base Class Reference

#include <gsl_mmin_bfgs2.h>

Inheritance diagram for gsl_mmin_wrap_base:

gsl_mmin_wrapper

Detailed Description

Virtual base for the gsl_mmin_bfgs2 wrapper.

This is useful so that the gsl_mmin_linmin class doesn't need to depend on any template parameters, even though it will need a wrapping object as an argument for the gsl_mmin_linmin::minimize() function.

Definition at line 43 of file gsl_mmin_bfgs2.h.


Public Member Functions

virtual ~gsl_mmin_wrap_base ()
virtual double wrap_f (double alpha, void *params)=0
 Function.
virtual double wrap_df (double alpha, void *params)=0
 Derivative.
virtual void wrap_fdf (double alpha, void *params, double *f, double *df)=0
 Function and derivative.

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.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page