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

LeastSquareProblem Class Template Reference

#include <leastsquare.h>

List of all members.

Public Methods

virtual int size ()=0
 size of the problem ie size of target vector.

virtual void targetAndValue (const V &x, V &target, V &fct2fit)=0
 compute the target vector and the values of the fonction to fit.

virtual void targetValueAndfirstDerivative (const V &x, M &grad_fct2fit, V &target, V &fct2fit)=0
 compute the target vector, the values of the fonction to fit and the matrix of derivatives.


Detailed Description

template<class V, class M>
class LeastSquareProblem< V, M >

Base class for least square problem V is vector class and M a matrix class

Definition at line 23 of file leastsquare.h.


The documentation for this class was generated from the following file:
Generated at Wed Nov 7 16:26:00 2001 for Optimization by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001