aboutsummaryrefslogtreecommitdiff
path: root/aberth/aberth_kernel.fut
diff options
context:
space:
mode:
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