CppAD: A C++ Algorithmic Differentiation Package
20130918
|
Structures used by record_csum
to hold information about one variable.
More...
Public Attributes | |
bool | add |
Is this variable added to the summation (if not it is subtracted) | |
const addr_t * | arg |
Pointer to first argument (child) for this operator. Set by the reverse sweep at beginning of optimization. | |
OpCode | op |
Operator for which this variable is the result, NumRes(op) > 0. |
Structures used by record_csum
to hold information about one variable.
Definition at line 272 of file optimize.hpp.