![]() |
Prev | Next |
b = Parameter(x)
b = Variable(x)
x
is a
parameter
or
variable
.
x
has prototype
const AD<Base> &x
const VecAD<Base> &x
b
has prototype
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.
Base
operation sequence
.