Vector values gradients for vector -> scalar function
I am currently exploring boost as autodiff framework for my
application. I would like to calculate the derivative of a
vector->scalar function. However I could not find a way to evaluate
the same, rather I always get total gradient.
Example: How to get the following program yield output equivalent to JAX fwd?
#include
participants (1)
-
Amit Gupta