CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
base_cond_exp.hpp File Reference

CondExp operations that aid in meeting Base type requirements. More...

Go to the source code of this file.

Namespaces

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

Macros

#define CPPAD_COND_EXP_BASE_REL(Type, Rel, Op)
 This macro defines the operation. More...
 
#define CPPAD_COND_EXP_REL(Type)
 The macro defines the operations. More...
 

Functions

template<class CompareType , class ResultType >
ResultType CppAD::CondExpTemplate (enum CompareOp cop, const CompareType &left, const CompareType &right, const ResultType &exp_if_true, const ResultType &exp_if_false)
 Template function to implement Conditional Expressions for simple types that have comparision operators. More...
 

Detailed Description

CondExp operations that aid in meeting Base type requirements.

Definition in file base_cond_exp.hpp.