Skip to content

Commit 062d463

Browse files
committed
Fix a typo.
1 parent dd8e9e1 commit 062d463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/conjugate_residual.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ performed the following steps at iteration ``k=0,…`` until the `stopping_crite
2828
6. Update the conjugate direction ``d^{(k+1)} = r^{(k+1)} + β_kd^{(k)}``
2929
7. Update ``Y^{(k+1)} = -Z + β_k Y^{(k)}``
3030
31-
Note that the right hand side of Step 7 is the same as evaluating ``\mathcal A[d^{(k+1)]``, but avoids the actual evaluation
31+
Note that the right hand side of Step 7 is the same as evaluating ``\mathcal A[d^{(k+1)}]``, but avoids the actual evaluation
3232
3333
# Input
3434

0 commit comments

Comments
 (0)