29 #ifndef SCIMATH_AUTODIFFREP_H 30 #define SCIMATH_AUTODIFFREP_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/casa/Arrays/Vector.h> 149 #ifndef CASACORE_NO_AUTO_TEMPLATES 150 #include <casacore/scimath/Mathematics/AutoDiffRep.tcc> 151 #endif //# CASACORE_NO_AUTO_TEMPLATES A 1-D Specialization of the Array class.
AutoDiffRep()
Construct a constant with a value of zero.
uInt nd_p
The number of derivatives.
AutoDiffRep< T > & operator=(const T &v)
Assign a constant to variable.
const value_type * const_iterator
T val_p
The function value.
~AutoDiffRep()
Destructor.
const value_type & const_reference
Bool nocopy_p
A flag indicating that value will not be used anymore (to stop superfluous copying) ...
bool Bool
Define the standard types used by Casacore.
Representation of an automatic differential class data.
this file contains all the compiler specific defines
Vector< T > grad_p
The derivatives.