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

CppAD hashing utility. 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 Value >
unsigned short CppAD::local::local_hash_code (const Value &value)
 General purpose hash code for an arbitrary value. More...
 
template<class Base >
unsigned short CppAD::local::local_hash_code (OpCode op, const addr_t *arg, size_t npar, const Base *par)
 Specialized hash code for a CppAD operator and its arguments. More...
 

Detailed Description

CppAD hashing utility.

Definition in file local/hash_code.hpp.