CppAD: A C++ Algorithmic Differentiation Package  20130918
std::set<class_cexp_pair> CppAD::optimize::intersection ( std::set< class_cexp_pair > &  left,
std::set< class_cexp_pair > &  right 
) [inline]

Compute intersection of two sets of class_cexp_pair elements.

Parameters:
leftfirst operand of the intersection
rightsecond operand of the intersection
Returns:
the intersection of left and right

Definition at line 218 of file optimize.hpp.

Referenced by optimize_run().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines