CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
#define CPPAD_COND_EXP_REL (   Type)
Value:

The macro defines the operations.

     CondExpLt(left, right, exp_if_true, exp_if_false)
     CondExpLe(left, right, exp_if_true, exp_if_false)
     CondExpEq(left, right, exp_if_true, exp_if_false)
     CondExpGe(left, right, exp_if_true, exp_if_false)
     CondExpGt(left, right, exp_if_true, exp_if_false)

The argument Type is the Base type for this base require operation.

Definition at line 191 of file base_cond_exp.hpp.