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.
left | first operand of the intersection |
right | second operand of the intersection |
Definition at line 218 of file optimize.hpp.
Referenced by optimize_run().