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

Information about one old variable that is part of a new CSumOp operation. More...

Public Attributes

bool add
 Was this old variable added to the summation (if not it was subtracted) More...
 
const addr_targ
 Pointer to first argument (child) for this old operator. Set by the reverse sweep at beginning of optimization. More...
 
OpCode op
 Operator for which this old variable is the result, NumRes(op) > 0. More...
 

Detailed Description

Information about one old variable that is part of a new CSumOp operation.

Definition at line 27 of file csum_variable.hpp.


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