All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
o2scl::mmin_wrap_gsl Class Referenceabstract

Virtual base for the mmin_bfgs2 wrapper. More...

Detailed Description

This class 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::min() function.

Definition at line 46 of file mmin_bfgs2.h.

#include <mmin_bfgs2.h>

Inheritance diagram for o2scl::mmin_wrap_gsl:
o2scl::mmin_wrapper_gsl< func_t, vec_t, dfunc_t, auto_grad_t >

Public Member Functions

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

The documentation for this class was generated from the following file:

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).
Hosted at Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads..