Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

FRosenbrockFn Class Reference

#include <FRosenBrockFn.hpp>

Inheritance diagram for FRosenbrockFn:

Inheritance graph
[legend]
Collaboration diagram for FRosenbrockFn:

Collaboration graph
[legend]
List of all members.

Detailed Description

Rosenbrock Test Function.

Author:
Bernard De Cuyper
Version:
1.20
Date:
6/11/2004
Remarks:
Tornado1.1 Objective Function for NonLinear Solver
 
Purpose:        Rosenbrock Nonlinear Test Function:
                
                f(x1,x2)= 100.0(x2-x1^2)^2 + (x1-1)^2

                Start Point:    (-1.2, 1.0)
                Solution:               (1.0, 1.0)

Papers: "Matrix Computation: Ch12. Non-Linear Equations", p340, Alan Jenning, J.J. McKeown,
                second edition, Wiley & Sons, 1992.
                
@ Copyrights: Bernard De Cuyper 2004, Eggs & Pictures. MIT/Open BSD copyright model.


Public Methods

virtual ~FRosenbrockFn ()
virtual double f (FloatVector *x)=0
virtual FloatVectorfirstDeriv (FloatVector *x, FloatVector *dest=0)=0
virtual AFSymMatrixhessianDiag (FloatVector *x, AFSymMatrix *dest=0)=0
virtual AFSymMatrixhessian (FloatVector *x, AFSymMatrix *dest=0)=0
virtual FloatVectorstartPoint ()
virtual FloatVectorsolutionPoint ()


The documentation for this class was generated from the following files:
SourceForge.net Logo
Restoreinpaint sourceforge project `C++/Java Image Processing, Restoration, Inpainting Project'.

Bernard De Cuyper: Open Project Leader: Concept, design and development.
Bernard De Cuyper & Eddy Fraiha 2002, 2003. Bernard De Cuyper 2004. Open and free, for friendly usage only.
Modifications on Belgium ground of this piece of artistic work, by governement institutions or companies, must be notified to Bernard De Cuyper.
bern_bdc@hotmail.com