CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::ADFun< Base >::capacity_order | ( | size_t | c | ) |
set number of orders and directions currently allocated
Control of number of orders allocated.
Base | The type used during the forward mode computations; i.e., the corresponding recording of operations used the type AD<Base>. |
c | is the number of orders to allocate memory for. If c == 0 , the values num_order_taylor_, cap_order_taylor_, and num_direction_taylor_ are all set to zero. In addition, taylor_.free() is called. |
Definition at line 150 of file capacity_order.hpp.