CppAD: A C++ Algorithmic Differentiation Package  20130102
optimize_csum_stacks Struct Reference

Structure used to pass work space from optimize to optimize_record_csum (so that stacks do not start from zero size every time). More...

List of all members.

Public Attributes

std::stack< struct
optimize_csum_variable
op_stack
 stack of operations in the cummulative summation
std::stack< size_t > add_stack
 stack of variables to be added
std::stack< size_t > sub_stack
 stack of variables to be subtracted

Detailed Description

Structure used to pass work space from optimize to optimize_record_csum (so that stacks do not start from zero size every time).

Definition at line 193 of file optimize.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines