|
CppAD: A C++ Algorithmic Differentiation Package 20110419
|
Structure used by optimize to hold information about one variable.
More...
Public Attributes | |
| OpCode | op |
Operator for which this variable is the result, NumRes(op) > 0. Set by the reverse sweep at beginning of optimization. | |
| const size_t * | arg |
| Pointer to first argument (child) for this operator. Set by the reverse sweep at beginning of optimization. | |
| optimize_connection | connect |
| How is this variable connected to the independent variables. | |
| size_t | new_var |
| Set during forward sweep to the index in the new operation sequence corresponding to this old varable. | |
Structure used by optimize to hold information about one variable.
in the old operation seqeunce.
Definition at line 165 of file optimize.hpp.