1#ifndef CPPAD_CG_IDENTICAL_INCLUDED
2#define CPPAD_CG_IDENTICAL_INCLUDED
22 if (!x.isParameter()) {
30 if (!x.isParameter()) {
33 return CppAD::IdenticalCon(x.getValue());
38 if (!x.isParameter()) {
46 if (!x.isParameter()) {
55 return x.isParameter() && y.isParameter() && CppAD::IdenticalEqualPar(x.getValue(), y.getValue());
61 return x.isParameter() && y.isParameter() && CppAD::IdenticalEqualCon(x.getValue(), y.getValue());
bool IdenticalOne(const cg::CG< Base > &x)
bool IdenticalZero(const cg::CG< Base > &x)
bool IdenticalPar(const cg::CG< Base > &x)