CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Base>
template<typename Vector >
Vector ADFun< Base >::Forward ( size_t  p,
const Vector &  x_p,
std::ostream &  s 
)

Compute arbitrary order forward mode Taylor coefficieints.

Template Parameters:
BaseThe type used during the forward mode computations; i.e., the corresponding recording of operations used the type AD<Base>.
Vectoris a Simple Vector class with eleements of type Base.
Parameters:
pis the order for this forward mode computation; i.e., the number of Taylor coefficient is p+1.
x_pIs the p th order Taylor coefficient vector for the independent variables.
sIs the stream where output corresponding to PriOp operations will written.

Definition at line 65 of file forward.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines