CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
CppAD::AD< Base >::AD ( const Base &  b)
inline

Constructor from Base type.

Template Parameters
BaseBase type for this AD object.
Parameters
bis the Base type value corresponding to this AD object. The tape identifier will be an invalid tape identifier, so this object is initially a parameter.
CPPAD_FOR_TMB
This constructor is defined when CPPAD_FOR_TMB is not defined.

Definition at line 152 of file ad_ctor.hpp.