Ginger 1.1.9
Loading...
Searching...
No Matches
aberth_mt.hpp
Go to the documentation of this file.
1
6#pragma once
7
8#include "aberth.hpp"
9
38extern auto aberth_mt(const std::vector<double>& coeffs, std::vector<std::complex<double>>& zs,
39 const ginger::Options& options) -> std::pair<unsigned int, bool>;
40
66extern auto aberth_autocorr_mt(const std::vector<double>& coeffs,
67 std::vector<std::complex<double>>& zs,
68 const ginger::Options& options) -> std::pair<unsigned int, bool>;
Aberth-Ehrlich method for polynomial root-finding.
constexpr auto make_vdc_table() -> std::array< double, N >
Helper to generate a constexpr table of VdCorput<Base> values.
Definition aberth.hpp:21
auto aberth_mt(const std::vector< double > &coeffs, std::vector< std::complex< double > > &zs, const ginger::Options &options) -> std::pair< unsigned int, bool >
Multi-threading Aberth-Ehrlich method.
auto aberth_autocorr_mt(const std::vector< double > &coeffs, std::vector< std::complex< double > > &zs, const ginger::Options &options) -> std::pair< unsigned int, bool >
Multi-threading Aberth-Ehrlich method (specifically for auto-correlation functions)
Definition config.hpp:19