![]() |
Prev | Next |
b = Parameter(
x)
b = Variable(
x)
const AD<
Base> &
x
const VecAD<
Base> &
x
bool
b
The return value for Parameter
(Variable
)
is true if and only if x is a parameter (variable).
Note that a VecAD<Base>
object
is a variable if any element of the vector depends on the independent
variables.