Replies: 1 comment
-
Perhaps @mattjj could help here, as I have seen him chiming in some jet discussions :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using
jet
, as we have a neat case where Jet Transport derivatives are very useful. However, I cannot really make sense of the current API even for very simple cases.Is there any way I can extract the partials separately?
For instance, for the following function:
if I pass:
The output:
returns a
series_out
that is a list of jax arrays, as long as each tuple inseries
: how should I interpret that?More generally, is there a way to obtain all the Taylor coefficients, evaluated at the primal point? E.g.:
$$\dfrac{\partial f}{\partial x}, \dfrac{\partial f}{\partial y},\dfrac{\partial^2 f}{\partial x^2} , \dfrac{\partial^2 f}{\partial y^2} , \dfrac{\partial^2f}{\partial x \partial y} , \dots$$
Beta Was this translation helpful? Give feedback.
All reactions