|
Prev | Next |
b = EqualOpSeq(x, y)
y = x
these two AD objects would not only have equal values,
but would also correspond to the same operation sequence.
const AD<Base> &x
const AD<Base> &y
bool b
The result is true if and only if one of the following cases holds:
EqualOpSeq( Value(x) , Value(y) ) is true.
x == y is true.
EqualOpSeq.
It returns true if it succeeds and false otherwise.