![]() |
Prev | Next |
J = af.jacobian(x)
a_fun af
Note that its state is changed by this operation.
The zero order
Taylor coefficients
in
af
correspond to the value of
x
.
The other Taylor coefficients in
af
are unspecified.
af
.
Note that
n
is the size of ax
and
m
is the size of ay
in to the constructor for
af
.
const vec_double& x
and its size must be
n
.
It specifies the argument value at we are computing the Jacobian
@(@
f'(x)
@)@.
vec_double J
and its size is
m*n
.
For
i
between zero and
m-1
and
j
between zero and
n-1
,
@[@
J [ i * n + j ] = \frac{ \partial f_i }{ \partial x_j } (x)
@]@