Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 authored Jun 26, 2024
1 parent 685a454 commit d59108e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ res = derivative(f, x, :vec_hess_vec, dir=dir, weights=weights)

# output

3-element Vector{Float64}:
3-element CxxVector:
-2.0
4.0
6.0
Expand All @@ -40,7 +40,7 @@ res = derivative(f, x, partials)

# output

2×3 Matrix{Float64}:
2×3 CxxMatrix:
8.0 0.0 4.0
0.0 48.0 0.0
```
Expand Down

0 comments on commit d59108e

Please sign in to comment.