|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Files | |
| file | fun_construct.hpp |
ADFun function constructors and assignment operator. | |
Functions | |
| ADFun< Base >::ADFun (void) | |
| default constructor | |
| void | ADFun< Base >::operator= (const ADFun &f) |
| ADFun assignment operator. | |
| template<typename VectorAD > | |
| ADFun< Base >::ADFun (const VectorAD &x, const VectorAD &y) | |
| ADFun constructor from an operation sequence. | |