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

Files

file  ad_ctor.hpp
 

AD<Base> constructors and and copy operations.


Functions

 AD< Base >::AD (void)
 Default Constructor.
 AD< Base >::AD (const Base &b)
 Constructor from Base type.
 AD< Base >::AD (const VecAD_reference< Base > &x)
 Constructor from an ADVec<Base> element drops the vector information.
template<class T >
 AD< Base >::AD (const T &t)
 Constructor from any other type, converts to Base type, and uses constructor from Base type.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines