CppAD: A C++ Algorithmic Differentiation Package  20130918
base_double.hpp File Reference

Go to the source code of this file.

Classes

class  CppAD::numeric_limits< double >

Namespaces

namespace  CppAD
 

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


Functions

double CppAD::abs (const double &x)
bool CppAD::abs_geq (const double &x, const double &y)
double CppAD::CondExpOp (enum CompareOp cop, const double &left, const double &right, const double &exp_if_true, const double &exp_if_false)
template<>
double CppAD::epsilon< double > (void)
bool CppAD::EqualOpSeq (const double &x, const double &y)
bool CppAD::GreaterThanOrZero (const double &x)
bool CppAD::GreaterThanZero (const double &x)
bool CppAD::IdenticalEqualPar (const double &x, const double &y)
bool CppAD::IdenticalOne (const double &x)
bool CppAD::IdenticalPar (const double &x)
bool CppAD::IdenticalZero (const double &x)
int CppAD::Integer (const double &x)
bool CppAD::LessThanOrZero (const double &x)
bool CppAD::LessThanZero (const double &x)
double CppAD::pow (const double &x, const double &y)
double CppAD::sign (const double &x)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines