Skip to content

Commit 87f8d8c

Browse files
Update src/solvers/quasi_Newton.jl
Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
1 parent 21c7d7f commit 87f8d8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/solvers/quasi_Newton.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ $(_var(:Keyword, :evaluation; add=:GradientExample))
229229
* the default `nothing` does not activate a preconditioning
230230
* a function of the form `(M, p, X) -> Y` or mutating `(M, Y, p, X) -> Y` depending on the `evaluation`
231231
* a [`PreconditionedDirection`](@ref). See also their docs for mor details on the preconditioner.
232-
Note that the preconditioner is applied to the gradient, i.e. the right hand side _before_ solving the linear systen
232+
Note that the preconditioner is applied to the gradient, i.e. the right hand side _before_ solving the linear system.
233233
* `project!=copyto!`: for numerical stability it is possible to project onto the tangent space after every iteration.
234234
the function has to work inplace of `Y`, that is `(M, Y, p, X) -> Y`, where `X` and `Y` can be the same memory.
235235
$(_var(:Keyword, :retraction_method))

0 commit comments

Comments
 (0)