Namespaces | |
cg | |
Functions | |
template<class Base > | |
AD< Base > | abs2 (const AD< Base > &x) |
template<class Base > | |
const AD< Base > & | conj (const AD< Base > &x) |
template<class Base > | |
AD< Base > | imag (const AD< Base > &) |
template<class Scalar > | |
bool | isfinite (const AD< Scalar > &x) |
template<typename Scalar > | |
AD< Scalar > | max (const AD< Scalar > &x, const AD< Scalar > &y) |
template<typename Scalar > | |
AD< Scalar > | min (const AD< Scalar > &x, const AD< Scalar > &y) |
template<class Base > | |
const AD< Base > & | real (const AD< Base > &x) |
Definition at line 139 of file autodiff/cppad.hpp.
Definition at line 131 of file autodiff/cppad.hpp.
Definition at line 137 of file autodiff/cppad.hpp.
bool CppAD::isfinite | ( | const AD< Scalar > & | x | ) |
Definition at line 73 of file codegen/cppadcg.hpp.
AD<Scalar> CppAD::max | ( | const AD< Scalar > & | x, |
const AD< Scalar > & | y | ||
) |
Definition at line 151 of file autodiff/cppad.hpp.
AD<Scalar> CppAD::min | ( | const AD< Scalar > & | x, |
const AD< Scalar > & | y | ||
) |
Definition at line 143 of file autodiff/cppad.hpp.
Definition at line 133 of file autodiff/cppad.hpp.