aboutsummaryrefslogtreecommitdiff
path: root/aberth/aberth_kernel.fut
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-04-20 22:19:13 +0200
committertomsmeding <tom.smeding@gmail.com>2019-04-20 22:19:13 +0200
commite048daa436c38079c64be376e8c2bc37490ffc99 (patch)
treeb97c9bf5ca188784ffd22fda71546286625efb00 /aberth/aberth_kernel.fut
parentcf9c58899434cadec3348e1f0d9db13ffe7a306d (diff)
It's Jacobi-style, not Lagrange-style
Diffstat (limited to 'aberth/aberth_kernel.fut')
-rw-r--r--aberth/aberth_kernel.fut2
1 files changed, 1 insertions, 1 deletions
diff --git a/aberth/aberth_kernel.fut b/aberth/aberth_kernel.fut
index 79d7cfa..fd4d943 100644
--- a/aberth/aberth_kernel.fut
+++ b/aberth/aberth_kernel.fut
@@ -64,7 +64,7 @@ module aberth = {
let radius = max_root_norm p
in {p, deriv, bound, radius}
- -- Lagrange-style step where the new elements are computed in parallel from
+ -- Jacobi-style step where the new elements are computed in parallel from
-- the previous values
let step (ctx: context) (approx: *approx): *(bool, approx) =
let pvals = map (eval_c ctx.p) approx