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

Go to the source code of this file.

Classes

struct  CppAD::to_string_struct< adouble >
 

Namespaces

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

Macros

#define CPPAD_BASE_ADOLC_NO_SUPPORT(fun)
 

Functions

adouble CppAD::abs (const adouble &x)
 
bool CppAD::abs_geq (const adouble &x, const adouble &y)
 
adouble CppAD::acosh (const adouble &x)
 
adouble CppAD::asinh (const adouble &x)
 
adouble CppAD::atanh (const adouble &x)
 
adouble CppAD::CondExpOp (enum CppAD::CompareOp cop, const adouble &left, const adouble &right, const adouble &trueCase, const adouble &falseCase)
 
bool CppAD::EqualOpSeq (const adouble &x, const adouble &y)
 
adouble CppAD::erf (const adouble &x)
 
adouble CppAD::expm1 (const adouble &x)
 
bool CppAD::GreaterThanOrZero (const adouble &x)
 
bool CppAD::GreaterThanZero (const adouble &x)
 
unsigned short CppAD::hash_code (const adouble &x)
 
bool CppAD::IdenticalEqualPar (const adouble &x, const adouble &y)
 
bool CppAD::IdenticalOne (const adouble &x)
 
bool CppAD::IdenticalPar (const adouble &x)
 
bool CppAD::IdenticalZero (const adouble &x)
 
int Integer (const adouble &x)
 
bool CppAD::LessThanOrZero (const adouble &x)
 
bool CppAD::LessThanZero (const adouble &x)
 
adouble CppAD::log1p (const adouble &x)
 
adouble CppAD::sign (const adouble &x)