CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
std_set.hpp File Reference

Two constant standard sets (currently used for concept checking). More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 
 CppAD::local
 

Functions

template<class Scalar >
const std::set< Scalar > & CppAD::local::one_element_std_set (void)
 A standard set with one element. More...
 
template<class Scalar >
const std::set< Scalar > & CppAD::local::two_element_std_set (void)
 A standard set with a two elements. More...
 

Detailed Description

Two constant standard sets (currently used for concept checking).

Definition in file std_set.hpp.