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

Structures used by optimize_record_csum to hold information about one variable. More...

List of all members.

Public Attributes

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

Detailed Description

Structures used by optimize_record_csum to hold information about one variable.

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