aboutsummaryrefslogtreecommitdiff
path: root/aberth/host_aberth.h
diff options
context:
space:
mode:
Diffstat (limited to 'aberth/host_aberth.h')
-rw-r--r--aberth/host_aberth.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/aberth/host_aberth.h b/aberth/host_aberth.h
new file mode 100644
index 0000000..566a84e
--- /dev/null
+++ b/aberth/host_aberth.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#include <array>
+#include "poly.h"
+
+using namespace std;
+
+
+using AApprox = array<Com, N>;
+
+
+AApprox aberth(const Poly &poly);