CppAD: A C++ Algorithmic Differentiation Package 20110419
compare.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  CppAD
 

contains all the variables and functions defined by the CppAD package.


Functions

template<class Base >
CPPAD_INLINE bool CppAD::operator< (const AD< Base > &left, const AD< Base > &right)
template<class Base >
CPPAD_INLINE bool CppAD::operator<= (const AD< Base > &left, const AD< Base > &right)
template<class Base >
CPPAD_INLINE bool CppAD::operator> (const AD< Base > &left, const AD< Base > &right)
template<class Base >
CPPAD_INLINE bool CppAD::operator>= (const AD< Base > &left, const AD< Base > &right)
template<class Base >
CPPAD_INLINE bool CppAD::operator== (const AD< Base > &left, const AD< Base > &right)
template<class Base >
CPPAD_INLINE bool CppAD::operator!= (const AD< Base > &left, const AD< Base > &right)