CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Base >
template<class T >
AD< Base > & AD< Base >::operator= ( const T &  t) [inline]

Assignment from any other type, converts to Base type, and then uses assignment from Base type.

Template Parameters:
BaseBase type for this AD object.
Tis the the type that is being assigned to AD<Base>. There must be an assignment for Base from Type.
Parameters:
tis the object that is being assigned to an AD<Base> object.

Definition at line 142 of file ad_assign.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines