29 #ifndef SCIMATH_LINEARFIT_H
30 #define SCIMATH_LINEARFIT_H
261 #ifndef CASACORE_NO_AUTO_TEMPLATES
262 #include <casacore/scimath/Fitting/LinearFit.tcc>
263 #endif //# CASACORE_NO_AUTO_TEMPLATES
A 1-D Specialization of the Array class.
LatticeExprNode mask(const LatticeExprNode &expr)
This function returns the mask of the given expression.
T BaseType
Template base type.
LinearFit & operator=(const LinearFit &other)
Assignment (deep copy)
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.
Generic base class for least-squares fit.
Class for linear least-squares fit.
bool Bool
Define the standard types used by Casacore.
A templated N-D Array class with zero origin. Array<T, Alloc> is a templated, N-dimensional, Array class. The origin is zero, but by default indices are zero-based. This Array class is the base class for the Vector, Matrix, and Cube subclasses.
LinearFit()
Create a fitter: the normal way to generate a fitter object.
virtual ~LinearFit()
Destructor.