CppAD: A C++ Algorithmic Differentiation Package
20130918
|
AD< Base > & CppAD::AD< Base >::operator= | ( | const T & | t | ) | [inline] |
Assignment from any other type, converts to Base type, and then uses assignment from Base type.
Base | Base type for this AD object. |
T | is the the type that is being assigned to AD<Base>. There must be an assignment for Base from Type. |
t | is the object that is being assigned to an AD<Base> object. |
Definition at line 140 of file ad_assign.hpp.