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

Commit ab13f9d

Browse files
authored
Update vecjac_products.jl
1 parent 988a05e commit ab13f9d

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
@@ -48,6 +48,7 @@ function num_vecjac!(
4848
end
4949

5050
function num_vecjac(f, x, v, f0 = nothing)
51+
println(typeof(v))
5152
vv = reshape(v, axes(x))
5253
f0 === nothing ? _f0 = f(x) : _f0 = f0
5354
T = eltype(x)

0 commit comments

Comments
 (0)