#include <leastsquare.h>
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. |
Definition at line 23 of file leastsquare.h.