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

Go to the source code of this file.

Classes

class  CppAD::numeric_limits< float >

Namespaces

namespace  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)
template<>
float CppAD::epsilon< float > (void)
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::pow (const float &x, const float &y)
float CppAD::sign (const float &x)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines