aboutsummaryrefslogtreecommitdiff
path: root/aberth/host_aberth.cpp
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/host_aberth.cpp
parentcf9c58899434cadec3348e1f0d9db13ffe7a306d (diff)
It's Jacobi-style, not Lagrange-style
Diffstat (limited to 'aberth/host_aberth.cpp')
-rw-r--r--aberth/host_aberth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/aberth/host_aberth.cpp b/aberth/host_aberth.cpp
index c567f30..fcffebf 100644
--- a/aberth/host_aberth.cpp
+++ b/aberth/host_aberth.cpp
@@ -42,7 +42,7 @@ void AberthState::regenerate() {
}
}
-// Lagrange-style step where the new elements are computed in parallel from the previous values
+// Jacobi-style step where the new elements are computed in parallel from the previous values
bool AberthState::step() {
array<Com, N * N> pairs;
for (int i = 0; i < N - 1; i++) {