CppAD: A C++ Algorithmic Differentiation Package 20110419
|
template<class Base >
Determine if an AD<Base> object is a parameter, and could never have a different value during any tape playback. An AD<Base> object x , x.value , x.value.value , ... In such a case, the value of the object will always be the same no matter what the independent variable values are at any level.
Definition at line 68 of file identical.hpp. |