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 cg::CG< Scalar > &x) |
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 134 of file autodiff/cppad.hpp.
Definition at line 126 of file autodiff/cppad.hpp.
Definition at line 132 of file autodiff/cppad.hpp.
bool CppAD::isfinite | ( | const cg::CG< Scalar > & | x | ) |
Definition at line 67 of file codegen/cppadcg.hpp.
bool CppAD::isfinite | ( | const AD< Scalar > & | x | ) |
Definition at line 70 of file codegen/cppadcg.hpp.
AD<Scalar> CppAD::max | ( | const AD< Scalar > & | x, |
const AD< Scalar > & | y | ||
) |
Definition at line 146 of file autodiff/cppad.hpp.
AD<Scalar> CppAD::min | ( | const AD< Scalar > & | x, |
const AD< Scalar > & | y | ||
) |
Definition at line 138 of file autodiff/cppad.hpp.
Definition at line 128 of file autodiff/cppad.hpp.