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

Assignment to Base type value.

Template Parameters
BaseBase type for this AD object.
Parameters
bis the Base type value being assignment to this AD object. The tape identifier will be an invalid tape identifier, so this object is initially a parameter.

Definition at line 99 of file ad_assign.hpp.