casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::CombiFunction_PS< AutoDiff< T > > Class Template Reference

Partial specialization of CombiFunction for AutoDiff More...

#include <CombiFunction.h>

Inheritance diagram for casa::CombiFunction_PS< AutoDiff< T > >:
casa::CombiParam< AutoDiff< T > > casa::Function< AutoDiff< T > > casa::Functional< FunctionTraits< AutoDiff< T > >::ArgType, AutoDiff< T > > casa::Functional< Vector< FunctionTraits< AutoDiff< T > >::ArgType >, AutoDiff< T > >

List of all members.

Public Member Functions

 CombiFunction_PS ()
 The default constructor -- no functions, no parameters, nothing, the function operator returns a 0.
 CombiFunction_PS (const CombiFunction_PS< AutoDiff< T > > &other)
 Make this object a (deep) copy of other.
template<class W >
 CombiFunction_PS (const CombiFunction_PS< W > &other)
CombiFunction_PS< AutoDiff< T > > & operator= (const CombiFunction_PS< AutoDiff< T > > &other)
 Make this object a (deep) copy of other.
virtual ~CombiFunction_PS ()
 Destructor.
virtual AutoDiff< T > eval (typename Function< AutoDiff< T > >::FunctionArg x) const
 Evaluate the function and its derivatives at x wrt to the coefficients.
virtual Function< AutoDiff< T > > * clone () const
 Return a copy of this object from the heap.
virtual Function< typename
FunctionTraits< AutoDiff< T >
>::DiffType > * 
cloneAD () const
virtual Function< typename
FunctionTraits< AutoDiff< T >
>::BaseType > * 
cloneNonAD () const

Detailed Description

template<class T>
class casa::CombiFunction_PS< AutoDiff< T > >

Partial specialization of CombiFunction for AutoDiff

Synopsis


Warning: The name CombiFunction_PS is only for cxx2html documentation problems; Use CombiFunction in your code;

Definition at line 169 of file CombiFunction.h.


Constructor & Destructor Documentation

template<class T >
casa::CombiFunction_PS< AutoDiff< T > >::CombiFunction_PS ( ) [inline]

The default constructor -- no functions, no parameters, nothing, the function operator returns a 0.

Definition at line 175 of file CombiFunction.h.

template<class T >
casa::CombiFunction_PS< AutoDiff< T > >::CombiFunction_PS ( const CombiFunction_PS< AutoDiff< T > > &  other) [inline]

Make this object a (deep) copy of other.

Definition at line 178 of file CombiFunction.h.

template<class T >
template<class W >
casa::CombiFunction_PS< AutoDiff< T > >::CombiFunction_PS ( const CombiFunction_PS< W > &  other) [inline]

Definition at line 181 of file CombiFunction.h.

template<class T >
virtual casa::CombiFunction_PS< AutoDiff< T > >::~CombiFunction_PS ( ) [inline, virtual]

Destructor.

Definition at line 190 of file CombiFunction.h.


Member Function Documentation

template<class T >
virtual Function<AutoDiff<T> >* casa::CombiFunction_PS< AutoDiff< T > >::clone ( ) const [inline, virtual]

Return a copy of this object from the heap.

The caller is responsible for deleting the pointer.

Implements casa::Function< AutoDiff< T > >.

Definition at line 201 of file CombiFunction.h.

template<class T >
virtual Function<typename FunctionTraits<AutoDiff<T> >::DiffType>* casa::CombiFunction_PS< AutoDiff< T > >::cloneAD ( ) const [inline, virtual]

Reimplemented from casa::Function< AutoDiff< T > >.

Definition at line 204 of file CombiFunction.h.

template<class T >
virtual Function<typename FunctionTraits<AutoDiff<T> >::BaseType>* casa::CombiFunction_PS< AutoDiff< T > >::cloneNonAD ( ) const [inline, virtual]

Reimplemented from casa::Function< AutoDiff< T > >.

Definition at line 208 of file CombiFunction.h.

References casa::True.

template<class T >
virtual AutoDiff<T> casa::CombiFunction_PS< AutoDiff< T > >::eval ( typename Function< AutoDiff< T > >::FunctionArg  x) const [virtual]

Evaluate the function and its derivatives at x wrt to the coefficients.

template<class T >
CombiFunction_PS<AutoDiff<T> >& casa::CombiFunction_PS< AutoDiff< T > >::operator= ( const CombiFunction_PS< AutoDiff< T > > &  other) [inline]

Make this object a (deep) copy of other.

Definition at line 186 of file CombiFunction.h.


The documentation for this class was generated from the following file: