![]() |
Prev | Next | a_fun_ctor |
af = module_ref a_fun(ax, ay)
const vec_a_double& ax
It must be the same as
ax
in the previous call to independent
.
To be specific, it must be the original independent variables.
We use the notation
n = ax.size()
to denote the number of independent variables.
const vec_a_double& ax
It specifies the dependent variables.
We use the notation
m = ax.size()
to denote the number of dependent variables.
a_fun af
It has a representation for the a_double
operations
that mapped the independent variables to the dependent variables.
These operations define the function that can be differentiated.
a_fun
examples use an a_fun
constructor.