29 #ifndef SCIMATH_SPARSEDIFFA_H
30 #define SCIMATH_SPARSEDIFFA_H
Class that computes partial derivatives by automatic differentiation.
Class that computes partial derivatives by automatic differentiation.
SparseDiffA< T > & operator=(const SparseDiff< T > &other)
Assign one to another (deep copy).
SparseDiffA< T > & operator=(const vector< pair< uInt, T > > &der)
Assignment operator.
SparseDiff< T > & operator=(const T &v)
Assignment operator.
SparseDiffA(const SparseDiff< T > &other)
Construct one from another.
SparseDiffA(const T &v)
Construct a constant with a value of v.
SparseDiffA()
Construct a constant with a value of zero.
SparseDiffA< T > & operator=(const T &v)
Assignment operator.
SparseDiffA(const T &v, const uInt n, const T &der)
A function f(x0,x1,...,xn,...) with a value of v.
SparseDiffA< T > & operator=(const pair< uInt, T > &der)
Assignment operator.
SparseDiffA(const T &v, const uInt n)
A function f(x0,x1,...,xn,...) with a value of v.