29 #ifndef SCIMATH_AUTODIFFA_H
30 #define SCIMATH_AUTODIFFA_H
39 template <
class T>
class Vector;
A 1-D Specialization of the Array class.
std::vector< double > Vector
AutoDiffA< T > & operator=(const AutoDiff< T > &other)
Assign one to another.
AutoDiffA(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...
AutoDiffA(const AutoDiff< T > &other)
Construct one from another.
AutoDiffA()
Construct a constant with a value of zero.
AutoDiffA(const T &v)
Construct a constant with a value of v.
AutoDiffA< T > & operator=(const T &v)
Assignment operator.
Class that computes partial derivatives by automatic differentiation.
AutoDiffA(const T &v, const uInt ndiffs)
A function f(x0,x1,...,xn,...) with a value of v.
Class that computes partial derivatives by automatic differentiation.
AutoDiffA(const T &v, const uInt ndiffs, const uInt n)
A function f(x0,x1,...,xn,...) with a value of v.
AutoDiff< T > & operator=(const T &v)
Assignment operator.
#define casacore
<X11/Intrinsic.h> #defines true, false, casacore::Bool, and String.