Compute arbitrary order forward mode Taylor coefficieints.
- Template Parameters:
-
Base | The type used during the forward mode computations; i.e., the corresponding recording of operations used the type AD<Base> . |
Vector | is a Simple Vector class with eleements of type Base . |
- Parameters:
-
p | is the order for this forward mode computation; i.e., the number of Taylor coefficient is p+1 . |
x_p | Is the p th order Taylor coefficient vector for the independent variables. |
s | Is the stream where output corresponding to PriOp operations will written. |
Definition at line 65 of file forward.hpp.