![]() |
Prev | Next |
f = cppad_py.d_fun(ax, ay)
af = cppad_py.a_fun(f)
independent
; i.e.,
it must be the independent variable vector.
We use
n
to denote the number of independent variables (the size of
ax
).
a_double
elements.
It specifies the dependent variables.
We use
m
to denote the number of dependent variables (the size of
ay
).
double
f
.
This object computes function and derivative values using
a_double
Initially, there are not Taylor coefficient stored in
af
; i.e.,
af.size_order()
is zero.
d_fun
constructor.
The example a_fun_xam.py
demonstrates the purpose of
a_fun
objects.