|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Files | |
| file | ad_assign.hpp |
AD<Base> constructors and and copy operations. | |
Functions | |
| AD & | AD< Base >::operator= (const Base &b) |
| Assignment to Base type value. | |
| AD & | AD< Base >::operator= (const VecAD_reference< Base > &x) |
| Assignment to an ADVec<Base> element drops the vector information. | |
| template<class T > | |
| AD & | AD< Base >::operator= (const T &right) |
| Assignment from any other type, converts to Base type, and then uses assignment from Base type. | |