Go to the documentation of this file.
29 #ifndef SCIMATH_HYPERPLANE_H
30 #define SCIMATH_HYPERPLANE_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/scimath/Functionals/HyperPlaneParam.h>
35 #include <casacore/scimath/Functionals/Function.h>
36 #include <casacore/scimath/Mathematics/AutoDiff.h>
37 #include <casacore/scimath/Mathematics/AutoDiffMath.h>
150 #define HyperPlane_PS HyperPlane
176 HyperPlane_PS<AutoDiff<T> > &
194 return new HyperPlane_PS<AutoDiff<T> >(*this); }
200 *cloneNonAD()
const {
217 #ifndef CASACORE_NO_AUTO_TEMPLATES
218 #include <casacore/scimath/Functionals/HyperPlane.tcc>
219 #include <casacore/scimath/Functionals/HyperPlane2.tcc>
220 #endif //# CASACORE_NO_AUTO_TEMPLATES
virtual ~HyperPlane()
Destructor.
virtual Function< T > * clone() const
Return a copy of this object from the heap.
Class that computes partial derivatives by automatic differentiation.
PtrHolder< T > & operator=(const PtrHolder< T > &other)
virtual Function< typename FunctionTraits< T >::DiffType > * cloneAD() const
HyperPlane_PS< AutoDiff< T > > & operator=(const HyperPlane_PS< AutoDiff< T > > &other)
virtual Function< typename FunctionTraits< AutoDiff< T > >::DiffType > * cloneAD() const
Parameter handling for a hyper plane function.
HyperPlane_PS(const HyperPlane_PS< AutoDiff< T > > &other)
Copy constructor/assignment (deep copy)
virtual ~HyperPlane()
Destructor.
HyperPlane(const uInt m=0)
Construct an m-dimensional hyper plane which has m parameters.
HyperPlane(const HyperPlane< W > &other)
this file contains all the compiler specific defines
virtual Function< typename FunctionTraits< T >::BaseType > * cloneNonAD() const
virtual Function< typename FunctionTraits< AutoDiff< T > >::BaseType > * cloneNonAD() const
HyperPlane_PS(const uInt m=0)
Constructors an m-dimensional hyper plane which has m parameters.
HyperPlaneParam< T > & operator=(const HyperPlaneParam< T > &other)
Copy assignment (deep copy)
HyperPlane(const HyperPlane< T > &other)
Copy constructor/assignment (deep copy)
Numerical functional interface class.
virtual AutoDiff< T > eval(typename Function< AutoDiff< T > >::FunctionArg x) const
Evaluate the hyper plane function at (x0,x1,..,xm-1).
virtual T eval(typename Function< T >::FunctionArg x) const
Evaluate the hyper plane function at (x0,x1,..,xm-1).
HyperPlane< T > & operator=(const HyperPlane< T > &other)
HyperPlane_PS(const HyperPlane_PS< W > &other)
virtual Function< AutoDiff< T > > * clone() const
Return a copy of this object from the heap.