29 #ifndef SCIMATH_AUTODIFFX_H
30 #define SCIMATH_AUTODIFFX_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/Arrays/ArrayFwd.h>
35 #include <casacore/scimath/Mathematics/AutoDiff.h>
AutoDiffX(const T &v, const uInt ndiffs)
A function f(x0,x1,...,xn,...) with a value of v.
AutoDiffX< T > & operator=(const AutoDiff< T > &other)
Assign one to another.
AutoDiffX(const T &v)
Construct a constant with a value of v.
AutoDiffX(const T &v, const uInt ndiffs, const uInt n)
A function f(x0,x1,...,xn,...) with a value of v.
AutoDiffX(const T &v, const Vector< T > &derivs)
Construct a function f(x0,x1,...,xn) of a value v and a vector of derivatives derivs(0) = df/dx0,...
AutoDiffX< T > & operator=(const T &v)
Assignment operator.
AutoDiffX(const AutoDiff< T > &other)
Construct one from another.
AutoDiffX()
Construct a constant with a value of zero.
AutoDiff< T > & operator=(const T &v)
Assignment operator.
this file contains all the compiler specific defines