CppAD: A C++ Algorithmic Differentiation Package
20130918
|
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. |
Two constant standard sets (currently used for concept checking).
Definition in file std_set.hpp.