CppAD: A C++ Algorithmic Differentiation Package
20130918
|
Connection information for a user atomic function. More...
Public Attributes | |
std::set< class_cexp_pair > | cexp_set |
If this is an conditional connection, this is the information of the correpsonding CondExpOp operators. | |
enum_connect_type | connect_type |
type of connection for this atomic function | |
size_t | op_begin |
If this is a conditional connection, this is the operator index of the beginning of the atomic call sequence; i.e., the first UserOp. | |
size_t | op_end |
If this is a conditional connection, this is one more than the operator index of the ending of the atomic call sequence; i.e., the second UserOp. |
Connection information for a user atomic function.
Definition at line 331 of file optimize.hpp.