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 167 of file autodiff/cppad.hpp.
Definition at line 150 of file autodiff/cppad.hpp.
Definition at line 162 of file autodiff/cppad.hpp.
bool CppAD::isfinite | ( | const AD< Scalar > & | x | ) |
Definition at line 192 of file autodiff/cppad.hpp.
AD<Scalar> CppAD::max | ( | const AD< Scalar > & | x, |
const AD< Scalar > & | y | ||
) |
Definition at line 181 of file autodiff/cppad.hpp.
AD<Scalar> CppAD::min | ( | const AD< Scalar > & | x, |
const AD< Scalar > & | y | ||
) |
Definition at line 173 of file autodiff/cppad.hpp.
Definition at line 155 of file autodiff/cppad.hpp.