projects
/
octave.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13bba59
)
Clean up a comment.
author
Michael Orlitzky
<michael@orlitzky.com>
Tue, 16 Oct 2012 01:22:42 +0000
(21:22 -0400)
committer
Michael Orlitzky
<michael@orlitzky.com>
Tue, 16 Oct 2012 01:22:42 +0000
(21:22 -0400)
fixed_point_method.m
patch
|
blob
|
history
diff --git
a/fixed_point_method.m
b/fixed_point_method.m
index c28a66e7e88d46e91e971234055b84d454a829d9..eb3b61c27729331e7b76828625f3874a8c44f04f 100644
(file)
--- a/
fixed_point_method.m
+++ b/
fixed_point_method.m
@@
-13,8
+13,8
@@
function [fixed_point, iterations] = fixed_point_method(g, epsilon, x0)
##
## * ``fixed_point`` - The fixed point that we found.
##
- ## * ``iterations`` - The number of
bisec
tions that we performed
- ## during the search.
+ ## * ``iterations`` - The number of
itera
tions that we performed
+ ##
during the search.
##
iterations = 0;