-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Hi, what would be involved in applying TaylorDiff to vector-valued functions? When I try now (with Julia 1.9.2 and TaylorDiff 0.2.1 or main), TaylorDiff.derivative returns false instead of the correct derivative. Example:
using TaylorDiff
using ForwardDiff
f(x) = [x, 2x]
x0 = 0.2
@show ForwardDiff.derivative(f, x0) # Returns [1.0, 2.0] as expected
@show TaylorDiff.derivative(f, x0, 1) # Returns falseThanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels