CppAD: A C++ Algorithmic Differentiation Package  20130918
CppAD::optimize::struct_user_info Struct Reference

Connection information for a user atomic function. More...

List of all members.

Public Attributes

std::set< class_cexp_paircexp_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.

Detailed Description

Connection information for a user atomic function.

Definition at line 331 of file optimize.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines