Loading [MathJax]/extensions/tex2jax.js
Parallel numerical verification of the σ_odd problem  October 6, 2018
All Classes Namespaces Files Functions Variables Typedefs Macros
Namespaces | Functions
sequential__inline.hpp File Reference
#include "../../common/sigmaodd/helper.hpp"
Include dependency graph for sequential__inline.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...
 

Detailed Description

(January 8, 2018)

GPLv3 — Copyright (C) 2017, 2018 Olivier Pirson http://www.opimedia.be/

Definition in file sequential__inline.hpp.