26#ifndef SCIMATH_HYPERPLANE_H 
   27#define SCIMATH_HYPERPLANE_H 
   30#include <casacore/casa/aips.h> 
   31#include <casacore/scimath/Functionals/HyperPlaneParam.h> 
   32#include <casacore/scimath/Functionals/Function.h> 
   33#include <casacore/scimath/Mathematics/AutoDiff.h> 
   34#include <casacore/scimath/Mathematics/AutoDiffMath.h> 
  147#define HyperPlane_PS HyperPlane 
  173  HyperPlane_PS<AutoDiff<T> > &
 
 
  191    return new HyperPlane_PS<AutoDiff<T> >(*this); }
 
  197    *cloneNonAD()
 const {
 
 
 
  214#ifndef CASACORE_NO_AUTO_TEMPLATES 
  215#include <casacore/scimath/Functionals/HyperPlane.tcc> 
  216#include <casacore/scimath/Functionals/HyperPlane2.tcc> 
FunctionParam< T > param_p
The parameters and masks.
 
uInt nparameters() const
Returns the number of parameters.
 
HyperPlaneParam< T > & operator=(const HyperPlaneParam< T > &other)
Copy assignment (deep copy)
 
HyperPlane_PS(const HyperPlane_PS< W > &other)
 
HyperPlane_PS(const HyperPlane_PS< AutoDiff< T > > &other)
Copy constructor/assignment (deep copy)
 
virtual AutoDiff< T > eval(typename Function< AutoDiff< T > >::FunctionArg x) const
Evaluate the hyper plane function at (x0,x1,..,xm-1).
 
HyperPlane_PS(const uInt m=0)
Constructors an m-dimensional hyper plane which has m parameters.
 
virtual Function< typename FunctionTraits< AutoDiff< T > >::BaseType > * cloneNonAD() const
 
HyperPlane_PS< AutoDiff< T > > & operator=(const HyperPlane_PS< AutoDiff< T > > &other)
 
virtual Function< AutoDiff< T > > * clone() const
Return a copy of this object from the heap.
 
virtual ~HyperPlane()
Destructor.
 
virtual Function< typename FunctionTraits< AutoDiff< T > >::DiffType > * cloneAD() const
 
virtual Function< typename FunctionTraits< T >::DiffType > * cloneAD() const
 
HyperPlane(const HyperPlane< T > &other)
Copy constructor/assignment (deep copy)
 
HyperPlane(const HyperPlane< W > &other)
 
virtual Function< T > * clone() const
Return a copy of this object from the heap.
 
virtual ~HyperPlane()
Destructor.
 
HyperPlane< T > & operator=(const HyperPlane< T > &other)
 
virtual Function< typename FunctionTraits< T >::BaseType > * cloneNonAD() const
 
HyperPlane(const uInt m=0)
Construct an m-dimensional hyper plane which has m parameters.
 
virtual T eval(typename Function< T >::FunctionArg x) const
Evaluate the hyper plane function at (x0,x1,..,xm-1).
 
this file contains all the compiler specific defines
 
PtrHolder< T > & operator=(const PtrHolder< T > &other)