We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5603e1 commit b38b3f0Copy full SHA for b38b3f0
1 file changed
src/Solvers/aasol.jl
@@ -6,7 +6,7 @@ C. T. Kelley, 2022
6
7
Julia code for Anderson acceleration. Nothing fancy.
8
9
-Solvers fixed point problems x = G(x).
+Solves fixed point problems x = G(x).
10
11
You must allocate storage for the function and fixed point map
12
history --> in the calling program <-- in the array Vstore.
0 commit comments