We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
logsumexp
Here is a MWE:
julia> using ForwardDiff, LogExpFunctions julia> x = log.([0.0; rand(10)]); julia> ForwardDiff.gradient(logsumexp, x) 11-element Vector{Float64}: NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN