Skip to content

Commit d0632f8

Browse files
Update src/scimlfunctions.jl
1 parent 6682a71 commit d0632f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scimlfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ function described in [Callback Functions](https://docs.sciml.ai/Optimization/st
18211821
then `grad(G,u,p,args...)` or `G=grad(u,p,args...)` should be used.
18221822
- `hess(H,u,p)` or `H=hess(u,p)`: the Hessian of `f` with respect to `u`. If `f` takes additional arguments
18231823
then `hess(H,u,p,args...)` or `H=hess(u,p,args...)` should be used.
1824-
- `hv(Hv,u,v,p)` or `Hv=hv(u,v,p)`: the Hessian-vector product ``(d^2 f / dx^2) v``. If `f` takes additional arguments
1824+
- `hv(Hv,u,v,p)` or `Hv=hv(u,v,p)`: the Hessian-vector product ``(d^2 f / du^2) v``. If `f` takes additional arguments
18251825
then `hv(Hv,u,v,p,args...)` or `Hv=hv(u,v,p, args...)` should be used.
18261826
- `cons(res,u,p)` or `res=cons(u,p)` : the constraints function, should mutate the passed `res` array
18271827
with value of the `i`th constraint, evaluated at the current values of variables

0 commit comments

Comments
 (0)