Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Mar 19, 2021
1 parent 4f3d481 commit e8b795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ cg(A, b; kwargs...) = cg!(zerox(A, b), A, b; initially_zero = true, kwargs...)
is approximately the residual in the `k`th iteration.
!!! note
The true residual norm is never explicitly computed during the iterations
for performance reasons; it may have accumulate rounding errors.
for performance reasons; it may accumulate rounding errors.
- `maxiter::Int = size(A,2)`: maximum number of iterations;
- `verbose::Bool = false`: print method information;
- `log::Bool = false`: keep track of the residual norm in each iteration.
Expand Down

0 comments on commit e8b795c

Please sign in to comment.