|
AutoDerivative< T > | operator* (const AutoDerivativeRef< T > &X, const AutoDerivativeRef< T > &Y) |
|
AutoDerivative< T > | operator* (const AutoDerivativeRef< T > &X, const T &Y) |
|
AutoDerivative< T > | operator* (const T &X, const AutoDerivativeRef< T > &Y) |
|
AutoDerivative< T > | operator+ (const AutoDerivativeRef< T > &X, const AutoDerivativeRef< T > &Y) |
|
AutoDerivative< T > | operator+ (const AutoDerivativeRef< T > &X, const T &Y) |
|
AutoDerivative< T > | operator+ (const T &X, const AutoDerivativeRef< T > &Y) |
|
AutoDerivative< T > | operator- (const AutoDerivativeRef< T > &X, const AutoDerivativeRef< T > &Y) |
|
AutoDerivative< T > | operator- (const AutoDerivativeRef< T > &X) |
|
AutoDerivative< T > | operator- (const AutoDerivativeRef< T > &X, const T &Y) |
|
AutoDerivative< T > | operator- (const T &X, const AutoDerivativeRef< T > &Y) |
|
AutoDerivative< T > | operator/ (const AutoDerivativeRef< T > &X, const AutoDerivativeRef< T > &Y) |
|
AutoDerivative< T > | operator/ (const AutoDerivativeRef< T > &X, const T &Y) |
|
AutoDerivative< T > | operator/ (const T &X, const AutoDerivativeRef< T > &Y) |
|
template<class T>
class FullPhysics::AutoDerivativeRef< T >
Helper class that gives us a reference that we can assign a AutoDerivative to and write into the correct space in a ArrayAd.
Definition at line 51 of file auto_derivative.h.