#include <cmath>#include <cppad/cppad.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | CppAD |
Functions | |
| template<class Type > | |
| Type | CppAD::erf_template (const Type &x) |
| float | CppAD::erf (const float &x) |
| double | CppAD::erf (const double &x) |
| template<class Base > | |
| AD< Base > | CppAD::erf (const AD< Base > &x) |
| template<class Base > | |
| AD< Base > | CppAD::erf (const VecAD_reference< Base > &x) |
1.6.1