29 #ifndef SCIMATH_NONLINEARFITLM_H
30 #define SCIMATH_NONLINEARFITLM_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/scimath/Fitting/NonLinearFit.h>
143 #ifndef CASACORE_NO_AUTO_TEMPLATES
144 #include <casacore/scimath/Fitting/NonLinearFitLM.tcc>
T BaseType
Template base type.
Double fitit_p
The current fit state.
Double lamda_p
The parameter that makes this the Levenberg-Marquardt method.
NonLinearFitLM(Bool svd=False)
Create a fitter: the normal way to generate a fitter object.
virtual Bool fitIt(Vector< typename FunctionTraits< T >::BaseType > &sol, const Array< typename FunctionTraits< T >::BaseType > &x, const Vector< typename FunctionTraits< T >::BaseType > &y, const Vector< typename FunctionTraits< T >::BaseType > *const sigma, const Vector< Bool > *const mask=0)
Generalised fitter.
virtual ~NonLinearFitLM()
Destructor.
NonLinearFitLM & operator=(const NonLinearFitLM &other)
Assignment (deep copy)
NonLinearFitLM(const NonLinearFitLM &other)
Copy constructor (deep copy)
this file contains all the compiler specific defines
LatticeExprNode mask(const LatticeExprNode &expr)
This function returns the mask of the given expression.
bool Bool
Define the standard types used by Casacore.