aboutsummaryrefslogtreecommitdiff
path: root/aberth/host_aberth.cpp
diff options
context:
space:
mode:
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++) {