29 #ifndef SCIMATH_SPARSEDIFFREP_H
30 #define SCIMATH_SPARSEDIFFREP_H
131 #ifndef CASACORE_NO_AUTO_TEMPLATES
132 #include <casacore/scimath/Mathematics/SparseDiffRep.tcc>
133 #endif //# CASACORE_NO_AUTO_TEMPLATES
void operator+=(const T other)
SparseDiffRep< T > & operator=(const T &v)
Assignment operators.
SparseDiffRep()
Construct a constant with a value of zero.
const value_type & const_reference
uInt link_p
Link to indicate its status (1=linked in stack; 2=used in modules)
void clear()
Clear for reuse.
Representation of data for the spare automatic differentiation calss.
const value_type * const_iterator
void operator-=(const T other)
void operator/=(const T other)
T val_p
The function value.
void operator*=(const T other)
vector< pair< uInt, T > > grad_p
The derivatives.