aboutsummaryrefslogtreecommitdiff
path: root/aberth/host_aberth.h
blob: 566a84eb91f0f08f567542759658dd8f177e9a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <array>
#include "poly.h"

using namespace std;


using AApprox = array<Com, N>;


AApprox aberth(const Poly &poly);