![]() |
Prev | Next |
J = f.jacobian(x)
f
correspond to the value of
x
.
The other Taylor coefficients in
f
are unspecified.
f
.
Note that
n
is the size of ax
and
m
is the size of ay
in to the constructor for
f
.
f
is a d_fun
or a_fun
,
x
is a numpy vector with float
(a_double
) elements
and size
n
.
It specifies the argument value at we are computing the Jacobian
@(@
f'(x)
@)@.
float
(a_double
) elements,
m
rows, and n
columns.
For
i
between zero and
m-1
and
j
between zero and
n-1
,
@[@
J [ i, j ] = \frac{ \partial f_i }{ \partial x_j } (x)
@]@