CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Base >
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.

Definition at line 126 of file ad_ctor.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines