|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Files | |
| file | forward.hpp |
User interface to forward mode computations. | |
Functions | |
| template<typename Vector > | |
| Vector | ADFun< Base >::Forward (size_t p, const Vector &x_p, std::ostream &s) |
| Compute arbitrary order forward mode Taylor coefficieints. | |