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

Commit 5b3b156

Browse files
mention f evals in the operator
1 parent 306beb7 commit 5b3b156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ example:
6868
```julia
6969
v = rand(30)
7070
res = similar(v)
71-
mul!(res,J,v)
71+
mul!(res,J,v) # Does 1 f evaluation
7272
```
7373

7474
makes `res = J*v`. Additional operators for `HesVec` exists, including

0 commit comments

Comments
 (0)