Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 988a05e

Browse files
author
Qiyao Wei
authored
Update vecjac_products.jl
1 parent eab49a9 commit 988a05e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/differentiation/vecjac_products.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function num_vecjac(f, x, v, f0 = nothing)
5555
ϵ = sqrt(eps(real(T))) * max(one(real(T)), abs(norm(x)))
5656
du = similar(x)
5757
for i = 1:length(x)
58+
println(typeof(x))
5859
x[i] += ϵ
5960
f0 = f(x)
6061
x[i] -= ϵ

0 commit comments

Comments
 (0)