Prev | Next |
y = Var2Par(x)
y
with the same value as
x
.
x
has prototype
const AD<Base> &x
The argument
x
may be a
variable, dynamic parameter, or constant parameter.
y
has prototype
AD<Base> &y
and is a constant parameter.