29 #ifndef SCIMATH_SPARSEDIFFA_H
30 #define SCIMATH_SPARSEDIFFA_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/Arrays/ArrayFwd.h>
35 #include <casacore/scimath/Mathematics/SparseDiff.h>
SparseDiffA< T > & operator=(const pair< uInt, T > &der)
Assignment operator.
SparseDiffA< T > & operator=(const T &v)
Assignment operator.
SparseDiffA(const SparseDiff< T > &other)
Construct one from another.
SparseDiffA(const T &v, const uInt n, const T &der)
A function f(x0,x1,...,xn,...) with a value of v.
SparseDiffA()
Construct a constant with a value of zero.
SparseDiffA(const T &v, const uInt n)
A function f(x0,x1,...,xn,...) with a value of v.
SparseDiffA< T > & operator=(const vector< pair< uInt, T > > &der)
Assignment operator.
SparseDiffA(const T &v)
Construct a constant with a value of v.
SparseDiffA< T > & operator=(const SparseDiff< T > &other)
Assign one to another (deep copy).
SparseDiff< T > & operator=(const T &v)
Assignment operator.
this file contains all the compiler specific defines