Features the multiple polynomial quadratic sieve algorithm for factoring large integers and a vectorized factoring function that returns the complete factorization of an integer. Utilizes the C library GMP (GNU Multiple Precision Arithmetic) and classes created by Antoine Lucas et al. found in the 'gmp' package.
Version: | 0.1.2 |
Depends: | gmp |
Suggests: | testthat, numbers (≥ 0.6-6), RcppAlgos (≥ 1.0.1) |
Published: | 2018-04-30 |
Author: | Joseph Wood |
Maintainer: | Joseph Wood <jwood000 at gmail.com> |
BugReports: | https://github.com/jwood000/bigIntegerAlgos/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/jwood000/bigIntegerAlgos, http://mathworld.wolfram.com/QuadraticSieve.html |
NeedsCompilation: | yes |
SystemRequirements: | gmp (>= 4.2.3) |
Materials: | README NEWS |
In views: | NumericalMathematics |
CRAN checks: | bigIntegerAlgos results |
Reference manual: | bigIntegerAlgos.pdf |
Package source: | bigIntegerAlgos_0.1.2.tar.gz |
Windows binaries: | r-devel: bigIntegerAlgos_0.1.2.zip, r-release: bigIntegerAlgos_0.1.2.zip, r-oldrel: bigIntegerAlgos_0.1.2.zip |
OS X binaries: | r-release: bigIntegerAlgos_0.1.2.tgz, r-oldrel: bigIntegerAlgos_0.1.0.tgz |
Old sources: | bigIntegerAlgos archive |
Please use the canonical form https://CRAN.R-project.org/package=bigIntegerAlgos to link to this page.