CppAD: A C++ Algorithmic Differentiation Package  20130918
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 104 of file ad_assign.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines