CppAD: A C++ Algorithmic Differentiation Package  20130918
CppAD::optimize::struct_csum_stacks Struct Reference

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

List of all members.

Public Attributes

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

Detailed Description

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

Definition at line 289 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