CppAD: A C++ Algorithmic Differentiation Package  20130918
std_set.hpp File Reference

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

Go to the source code of this file.

Namespaces

namespace  CppAD
 

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


Functions

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

Detailed Description

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

Definition in file std_set.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines