TaylorDiff.jl icon indicating copy to clipboard operation
TaylorDiff.jl copied to clipboard

How to get first n derivatives all at once efficiently?

Open orebas opened this issue 1 month ago • 0 comments

Feature request: Based on the package design, it seems like it is probably possible to calculate the first n derivatives of a function at once (with one call).

Right now to get that out probably requires using internal details. It would be nice to have an API to return the value and the first n derivatives at once (in a tuple or vector). It would also be nice to have an example in the docs.

orebas avatar May 17 '24 02:05 orebas