JuliaDiff / FiniteDifferences.jl

High accuracy derivatives, estimated via numerical finite differences (formerly FDM.jl)
MIT License
298 stars 25 forks source link

README gives wrong signature for VJP #234

Closed gdalle closed 7 months ago

gdalle commented 7 months ago

In the README, the example goes

j′vp(fdm, f, x, v)

whereas the documentation (and actual function) go

j′vp(fdm, f, v, x)