|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Define AD<Base> standard math functions (using their Base versions) More...
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) |
| Defines function Name with argument type AD<Base> and tape operation Op. | |
Functions | |
| template<class Base > | |
| AD< Base > | CppAD::log10 (const AD< Base > &x) |
| Compute the log of base 10 of x where has type AD<Base> | |
| template<class Base > | |
| AD< Base > | CppAD::log10 (const VecAD_reference< Base > &x) |
Define AD<Base> standard math functions (using their Base versions)
Definition in file std_math_ad.hpp.