|
CppAD: A C++ Algorithmic Differentiation Package 20110419
|
Structures used by optimize_record_csum to hold information about one variable.
More...
Public Attributes | |
| OpCode | op |
Operator for which this variable is the result, NumRes(op) > 0. | |
| const size_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) | |
Structures used by optimize_record_csum to hold information about one variable.
Definition at line 186 of file optimize.hpp.