Skip to content

Commit b38b3f0

Browse files
committed
Fix error in docs
1 parent e5603e1 commit b38b3f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Solvers/aasol.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ C. T. Kelley, 2022
66
77
Julia code for Anderson acceleration. Nothing fancy.
88
9-
Solvers fixed point problems x = G(x).
9+
Solves fixed point problems x = G(x).
1010
1111
You must allocate storage for the function and fixed point map
1212
history --> in the calling program <-- in the array Vstore.

0 commit comments

Comments
 (0)