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