]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Add an iteration count to the fixed_point function, rename it, and move it to the...
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 17 Oct 2012 16:41:12 +0000 (12:41 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 17 Oct 2012 16:41:12 +0000 (12:41 -0400)
commitc5da1efa77844ae6159dfc781ed886fdffbbf4d1
treeb490e838a3b45d95f54396bc78ff863b5ee4edbd
parentd3b5d9259dd9f0650d51447d7f57ed6d782dfdeb
Add an iteration count to the fixed_point function, rename it, and move it to the Roots.Fast module.
Implement fixed_point and fixed_point_iteration_count in Roots.Simple in terms of the general function.
Add a fixed_point_error_ratios function.
src/Roots/Fast.hs
src/Roots/Simple.hs