CppAD: A C++ Algorithmic Differentiation Package 20110419
std_math_ad.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  CppAD
 

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


Defines

#define CPPAD_STANDARD_MATH_UNARY_AD(Name, Op)

Functions

template<class Base >
AD< Base > CppAD::log10 (const AD< Base > &u)
template<class Base >
AD< Base > CppAD::log10 (const VecAD_reference< Base > &x)
template<class Base >
AD< Base > CppAD::tan (const AD< Base > &u)
template<class Base >
AD< Base > CppAD::tan (const VecAD_reference< Base > &x)
template<class Base >
AD< Base > CppAD::tanh (const AD< Base > &x)
template<class Base >
AD< Base > CppAD::tanh (const VecAD_reference< Base > &x)