We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8e9e1 commit 062d463Copy full SHA for 062d463
src/solvers/conjugate_residual.jl
@@ -28,7 +28,7 @@ performed the following steps at iteration ``k=0,…`` until the `stopping_crite
28
6. Update the conjugate direction ``d^{(k+1)} = r^{(k+1)} + β_kd^{(k)}``
29
7. Update ``Y^{(k+1)} = -Z + β_k Y^{(k)}``
30
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
+Note that the right hand side of Step 7 is the same as evaluating ``\mathcal A[d^{(k+1)}]``, but avoids the actual evaluation
32
33
# Input
34
0 commit comments