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

Go to the source code of this file.

Namespaces

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

Functions

float CppAD::abs (const float &x)
 
bool CppAD::abs_geq (const float &x, const float &y)
 
float CppAD::CondExpOp (enum CompareOp cop, const float &left, const float &right, const float &exp_if_true, const float &exp_if_false)
 
bool CppAD::EqualOpSeq (const float &x, const float &y)
 
bool CppAD::GreaterThanOrZero (const float &x)
 
bool CppAD::GreaterThanZero (const float &x)
 
bool CppAD::IdenticalEqualPar (const float &x, const float &y)
 
bool CppAD::IdenticalOne (const float &x)
 
bool CppAD::IdenticalPar (const float &x)
 
bool CppAD::IdenticalZero (const float &x)
 
int CppAD::Integer (const float &x)
 
bool CppAD::LessThanOrZero (const float &x)
 
bool CppAD::LessThanZero (const float &x)
 
float CppAD::sign (const float &x)