Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
boostorg/math
Pull Requests
Commits
primes_jm_experimental
1120
1203
ci_dep
concepts
cuda
develop
dirichlet
dist_audit
fix_ci
formatting
gcd_cpp14
gh-pages
gpu
heuman_lambda_precision
improve_coverage_3
integrate_1251
integration_check_do_not_merge
intel
issue184_2024
issue724
issue754
issue935
issue1171
issue1198
issue1247
issue1252
landau
master
modules_test_1
new_cuda
polynomial_roots_via_companion
pow1p
ppc
primes_jm_experimental
remove_sinc_overload
scipy21725
Fix some GCC performance issues in jm::prime_sieve.
jzmaddock
committed
5 years ago
157a5a8d
Merge branch 'prime_functions' of https://github.com/mborland/math into primes_jm_experimental
jzmaddock
committed
5 years ago
ae089967
Implement dual interface for prime_range [CI SKIP]
mborland
committed
5 years ago
1ad0d51b
Implement dual interface for prime sieve [CI SKIP]
mborland
committed
5 years ago
f19149eb
Add prime sieve wrapper [CI SKIP]
mborland
committed
5 years ago
86b9e5af
wheel sieve passes standard battery [CI SKIP]
mborland
committed
5 years ago
07e6f58b
Fixes for multiprecision types [CI SKIP]
mborland
committed
5 years ago
980bfe71
First draft of eratosthenes w/ wheel [CI SKIP]
mborland
committed
5 years ago
6c26b53c
Add linear sieve direct from stepanov [CI SKIP]
mborland
committed
5 years ago
b5a28b5b
Correct benchmark memory allocation [CI SKIP]
mborland
committed
5 years ago
29eef887
Add experimental threaded support.
jzmaddock
committed
5 years ago
263c7a2f
Merge branch 'prime_functions' of https://github.com/mborland/math into primes_jm_experimental
jzmaddock
committed
5 years ago
24a1e6c1
Updated benchmarks [CI SKIP]
mborland
committed
5 years ago
e7cdb324
Resolves issue #439 [CI SKIP]
mborland
committed
5 years ago
2d1461fd
Threaded method completed and validated [CI SKIP]
mborland
committed
5 years ago
a7727821
Add threaded method. Currently INOP [CI SKIP]
mborland
committed
5 years ago
90be1009
Add sequential composite sieve with OI [CI SKIP]
mborland
committed
5 years ago
4dc3eb20
Merge branch 'prime_iterator' into prime_functions
mborland
committed
5 years ago
830ccc45
Interval sieve with OI passes unit tests [CI SKIP]
mborland
committed
5 years ago
cb5d978c
Experimental prime_sieve.
jzmaddock
committed
5 years ago
44ae862c
Merge branch 'prime_functions' of https://github.com/mborland/math into primes
jzmaddock
committed
5 years ago
58a1c7a4
Merge remote-tracking branch 'origin/develop' into prime_iterator
mborland
committed
5 years ago
e8196f30
Added interval sieve for output iterators
mborland
committed
5 years ago
eaea5f92
prime approximation function for a range
mborland
committed
5 years ago
de1f331e
Added prime approximation function
mborland
committed
5 years ago
66c26426
Linear output iterator and refactoring [CI SKIP]
mborland
committed
5 years ago
c361cdea
Merge branch 'prime_functions' into mborland/prime_functions
mborland
committed
5 years ago
0d9d31b3
Linear sieve with output iterator and refactoring [CI SKIP][WIP]
mborland
committed
5 years ago
1d2f03c1
Merge branch 'prime_iterator' into mborland/prime_iterator
mborland
committed
5 years ago
f2277e3c
Improved Linear Algo and testing
mborland
committed
5 years ago
f5d789ad
Older