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