CppAD: A C++ Algorithmic Differentiation Package  20130102
ad_assign.hpp

Files

file  ad_assign.hpp
 

AD<Base> constructors and and copy operations.


Functions

ADAD< Base >::operator= (const Base &b)
 Assignment to Base type value.
ADAD< Base >::operator= (const VecAD_reference< Base > &x)
 Assignment to an ADVec<Base> element drops the vector information.
template<class T >
ADAD< Base >::operator= (const T &right)
 Assignment from any other type, converts to Base type, and then uses assignment from Base type.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines