Ginger 1.1.9
Loading...
Searching...
No Matches
autocorr_atomic.hpp
Go to the documentation of this file.
1
6#pragma once
7
8#include "autocorr.hpp"
9
38extern auto pbairstow_autocorr_atomic(const std::vector<double>& coeffs, std::vector<Vec2>& vrs,
40 -> 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
Auto-correlation polynomial root-finding (palindromic polynomials)
auto pbairstow_autocorr_atomic(const std::vector< double > &coeffs, std::vector< Vec2 > &vrs, const ginger::Options &options) -> std::pair< unsigned int, bool >
Atomic multi-threading Bairstow's method (specific for auto-correlation function)
Definition config.hpp:19