We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c1d50 commit 7d63748Copy full SHA for 7d63748
src/config.jl
@@ -64,10 +64,10 @@ struct DerivativeConfig{T,D} <: AbstractConfig{1}
64
end
65
66
"""
67
- ForwardDiff.DerivativeConfig(f!, y::AbstractArray, x::AbstractArray)
+ ForwardDiff.DerivativeConfig(f!, y::AbstractArray, x::Real)
68
69
Return a `DerivativeConfig` instance based on the type of `f!`, and the types/shapes of the
70
-output vector `y` and the input vector `x`.
+output vector `y` and the input value `x`.
71
72
The returned `DerivativeConfig` instance contains all the work buffers required by
73
`ForwardDiff.derivative` and `ForwardDiff.derivative!` when the target function takes the form
0 commit comments