Ginger 1.1.9
Loading...
Searching...
No Matches
rootfinding_mt.hpp
Go to the documentation of this file.
1
6#pragma once
7
8#include "rootfinding.hpp"
9
55extern auto pbairstow_even_mt(const std::vector<double>& coeffs, std::vector<Vec2>& vrs,
56 const ginger::Options& options) -> std::pair<unsigned int, bool>;
constexpr auto make_vdc_table() -> std::array< double, N >
Helper to generate a constexpr table of VdCorput<Base> values.
Definition aberth.hpp:21
Definition config.hpp:19
Parallel Bairstow root-finding methods for real polynomials.
auto pbairstow_even_mt(const std::vector< double > &coeffs, std::vector< Vec2 > &vrs, const ginger::Options &options) -> std::pair< unsigned int, bool >
Multi-threading Bairstow's method (even degree only)