Parallel numerical verification of the σ_odd problem
October 6, 2018
|
#include "../../common/sigmaodd/helper.hpp"
Go to the source code of this file.
Namespaces | |
sequential | |
Functions | |
constexpr nat_type | sequential::sequential_min_array (const nat_type ns[], size_t size) |
Return the minimum of the first size values of ns. More... | |
constexpr nat_type | sequential::sequential_sigma_odd_upper_bound (nat_type n, const std::set< nat_type > &bad_table, nat_type bad_first_n) |
Return an upper bound of varsigma_odd(n). More... | |
constexpr nat_type | sequential::sequential_sigma_odd_upper_bound (nat_type n, const std::set< nat_type > &bad_table, nat_type bad_first_n, nat_type bad_last_n) |
Return an upper bound of sigma_odd(n). More... | |
constexpr nat_type | sequential::sequential_sigma_odd_upper_bound_with_sqrt (nat_type n, const std::set< nat_type > &bad_table, nat_type bad_first_n, nat_type sqrt_n) |
Return an upper bound of varsigma_odd(n). More... | |
constexpr nat_type | sequential::sequential_sigma_odd_upper_bound_with_sqrt (nat_type n, const std::set< nat_type > &bad_table, nat_type bad_first_n, nat_type bad_last_n, nat_type sqrt_n) |
Return an upper bound of sigma_odd(n). More... | |
(January 8, 2018)
GPLv3 — Copyright (C) 2017, 2018 Olivier Pirson http://www.opimedia.be/
Definition in file sequential__inline.hpp.