![]() |
Prev | Next | independent |
ax = module_ref independent(x)
const vec_double& x
Its specifies the number of independent variables
and their values during the recording.
We use the notation
n = x.size()
to denote the number of independent variables.
vec_a_double& ax
This is the vector of independent variables.
It has size
n
and for
i = 0
to
n-1
ax[i].value() == x[i]
a_fun
examples use this function.