CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CppAD::local::optimize::struct_csum_stacks Struct Reference

Information about one cumulative summation operation. More...

Public Attributes

std::stack< size_t > add_stack
 old variable indices to be added More...
 
std::stack< struct
struct_csum_variable
op_stack
 old operator indices for this cummulative summation More...
 
std::stack< size_t > sub_stack
 old variavle indices to be subtracted More...
 

Detailed Description

Information about one cumulative summation operation.

Definition at line 27 of file csum_stacks.hpp.


The documentation for this struct was generated from the following file: