Skip to content

Commit

Permalink
Change docs information on hess
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Jul 4, 2021
1 parent d35535f commit 9e5edbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Remember to check the
[API](https://juliasmoothoptimizers.github.io/NLPModels.jl/latest/api/)
in case of doubts about these functions.

Notice how `hess` returns a lower triangle matrix.
Notice how `hess` returns a symmetric matrix.
For decompositions that should be enough.
For iterative solvers, you may want $\nabla^2 f(x) v$ instead, so only the lower
triangle won't do.
Expand Down

2 comments on commit 9e5edbf

@abelsiqueira
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/40219

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.1 -m "<description of version>" 9e5edbf72c3e782701ea7c1bfdc0f945aff3c7f7
git push origin v0.12.1

Please sign in to comment.