We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5a08e commit 1e8ee12Copy full SHA for 1e8ee12
1 file changed
src/jacobians.jl
@@ -263,7 +263,7 @@ function finite_difference_jacobian!(J,
263
relstep=default_relstep(fdtype, eltype(x)),
264
absstep=relstep,
265
colorvec = 1:length(x),
266
- sparsity = ArrayInterface.has_sparsestruct(J) ? J : nothing) where {T1,T2}
+ sparsity = ArrayInterface.has_sparsestruct(J) ? J : nothing)
267
if f_in isa Nothing && fdtype == Val{:forward}
268
if size(J,1) == length(x)
269
fx = zero(x)
0 commit comments