Package: RcppBigIntAlgos 1.1.0
RcppBigIntAlgos: Factor Big Integers with the Parallel Quadratic Sieve
Features the multiple polynomial quadratic sieve (MPQS) algorithm for factoring large integers and a vectorized factoring function that returns the complete factorization of an integer. The MPQS is based off of the seminal work of Carl Pomerance (1984) <doi:10.1007/3-540-39757-4_17> along with the modification of multiple polynomials introduced by Peter Montgomery and J. Davis as outlined by Robert D. Silverman (1987) <doi:10.1090/S0025-5718-1987-0866119-8>. Utilizes the C library GMP (GNU Multiple Precision Arithmetic). For smaller integers, a simple Elliptic Curve algorithm is attempted followed by a constrained version of Pollard's rho algorithm. The Pollard's rho algorithm is the same algorithm used by the factorize function in the 'gmp' package.
Authors:
RcppBigIntAlgos_1.1.0.tar.gz
RcppBigIntAlgos_1.1.0.zip(r-4.7)RcppBigIntAlgos_1.1.0.zip(r-4.6)RcppBigIntAlgos_1.1.0.zip(r-4.5)
RcppBigIntAlgos_1.1.0.tgz(r-4.6-x86_64)RcppBigIntAlgos_1.1.0.tgz(r-4.6-arm64)RcppBigIntAlgos_1.1.0.tgz(r-4.5-x86_64)RcppBigIntAlgos_1.1.0.tgz(r-4.5-arm64)
RcppBigIntAlgos_1.1.0.tar.gz(r-4.7-arm64)RcppBigIntAlgos_1.1.0.tar.gz(r-4.7-x86_64)RcppBigIntAlgos_1.1.0.tar.gz(r-4.6-arm64)RcppBigIntAlgos_1.1.0.tar.gz(r-4.6-x86_64)
RcppBigIntAlgos_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RcppBigIntAlgos/json (API)
NEWS
| # Install 'RcppBigIntAlgos' in R: |
| install.packages('RcppBigIntAlgos', repos = c('https://jwood000.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jwood000/rcppbigintalgos/issues
algorithmgmpinteger-factorizationmpqsprime-factorizationsprimesquadratic-sievequadratic-sieve-algorithmcpp
Last updated from:8765554ec8. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 188 | ||
| linux-devel-x86_64 | OK | 158 | ||
| source / vignettes | OK | 167 | ||
| linux-release-arm64 | OK | 154 | ||
| linux-release-x86_64 | OK | 157 | ||
| macos-release-arm64 | OK | 159 | ||
| macos-release-x86_64 | OK | 330 | ||
| macos-oldrel-arm64 | OK | 203 | ||
| macos-oldrel-x86_64 | OK | 339 | ||
| windows-devel | OK | 125 | ||
| windows-release | OK | 139 | ||
| windows-oldrel | OK | 142 | ||
| wasm-release | OK | 119 |
Exports:divisorsBigprimeFactorizeBigquadraticSievestdThreadMax
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Vectorized Factorization (Complete) with GMP | divisorsBig |
| Vectorized Prime Factorization with GMP | primeFactorizeBig |
| Prime Factorization with the Parallel Quadratic Sieve | quadraticSieve |
| Max Number of Concurrent Threads | stdThreadMax |
