aboutsummaryrefslogtreecommitdiff
path: root/aberth/defs.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-07-16 21:57:21 +0200
committertomsmeding <tom.smeding@gmail.com>2019-07-16 21:57:29 +0200
commit3b1767a3f4fd2f0ff2b03d7daa9307fce115b5ea (patch)
tree6aeff844fb24693880ee9ae3b48cd9d3d7b9b6f1 /aberth/defs.h
parent5e23e6b4986bb31e15e37309ee6b55224a4a630a (diff)
Add support for Christensen in CPU aberth
Diffstat (limited to 'aberth/defs.h')
-rw-r--r--aberth/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/aberth/defs.h b/aberth/defs.h
index 41d1f89..1f0ab83 100644
--- a/aberth/defs.h
+++ b/aberth/defs.h
@@ -6,6 +6,7 @@
using namespace std;
-constexpr const int N = 18;
+constexpr const int N = 18; // e.g. for Derbyshire
+// constexpr const int N = 5; // e.g. for Christensen
using Com = complex<double>;