CppAD: A C++ Algorithmic Differentiation Package 20110419
optimize_old_variable Struct Reference

Structure used by optimize 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. 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.

Detailed Description

Structure used by optimize to hold information about one variable.

in the old operation seqeunce.

Definition at line 165 of file optimize.hpp.


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