29 #ifndef SCIMATH_LINEARFIT_H
30 #define SCIMATH_LINEARFIT_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/scimath/Fitting/GenericL2Fit.h>
261 #ifndef CASACORE_NO_AUTO_TEMPLATES
262 #include <casacore/scimath/Fitting/LinearFit.tcc>
T BaseType
Template base type.
LinearFit & operator=(const LinearFit &other)
Assignment (deep copy)
virtual ~LinearFit()
Destructor.
LinearFit(const LinearFit &other)
Copy constructor (deep copy)
LinearFit()
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.
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.