|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
| bool CppAD::IdenticalEqualPar | ( | const AD< Base > & | x, |
| const AD< Base > & | y | ||
| ) |
Determine if two AD<Base> objects are equal, and must be equal during any tape playback.
| x | first of two objects we are checking for equal. |
| y | second of two objects we are checking for equal. |
Definition at line 97 of file identical.hpp.