Other packages > Find by keyword >

RcppAlgos  

High Performance Tools for Combinatorics and Computational Mathematics
View on CRAN: Click here


Download and install RcppAlgos package within the R console
Install from CRAN:
install.packages("RcppAlgos")

Install from Github:
library("remotes")
install_github("cran/RcppAlgos")

Install by package version:
library("remotes")
install_version("RcppAlgos", "2.8.5")



Attach the package and use:
library("RcppAlgos")
Maintained by
Joseph Wood
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-10-26
Latest Update: 2023-12-10
Description:
Provides optimized functions and flexible combinatorial iterators implemented in C++ for solving problems in combinatorics and computational mathematics. Utilizes the RMatrix class from 'RcppParallel' for thread safety. There are combination/permutation functions with constraint parameters that allow for generation of all results of a vector meeting specific criteria (e.g. generating integer partitions/compositions or finding all combinations such that the sum is between two bounds). Capable of generating specific combinations/permutations (e.g. retrieve only the nth lexicographical result) which sets up nicely for parallelization as well as random sampling. Gmp support permits exploration where the total number of results is large (e.g. comboSample(10000, 500, n = 4)). Additionally, there are several high performance number theoretic functions that are useful for problems common in computational mathematics. Some of these functions make use of the fast integer division library 'libdivide'. The primeSieve function is based on the segmented sieve of Eratosthenes implementation by Kim Walisch. It is also efficient for large numbers by using the cache friendly improvements originally developed by Tom
How to cite:
Joseph Wood (2017). RcppAlgos: High Performance Tools for Combinatorics and Computational Mathematics. R package version 2.8.5, https://cran.r-project.org/web/packages/RcppAlgos. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.1.0 (2017-10-26 19:19), 0.1.1 (2017-11-03 05:28), 0.1.2 (2017-11-03 05:32), 0.2.0 (2017-11-28 23:04), 0.2.1 (2017-11-30 00:42), 0.2.2 (2017-12-15 06:17), 0.2.4 (2017-12-18 13:00), 0.2.5 (2018-01-04 15:47), 1.0.0 (2018-03-07 22:16), 1.0.1 (2018-03-10 18:01), 2.0.1 (2018-06-10 18:43), 2.0.2 (2018-06-14 16:00), 2.0.3 (2018-06-30 19:04), 2.1.0 (2018-09-11 10:10), 2.2.0 (2018-09-15 00:22), 2.3.0 (2019-03-17 11:13), 2.3.1 (2019-03-21 11:43), 2.3.2 (2019-04-14 12:32), 2.3.3 (2019-06-30 07:11), 2.3.4 (2019-07-03 10:00), 2.3.5 (2020-01-26 07:40), 2.3.6 (2020-01-29 16:10), 2.4.1 (2020-03-24 08:10), 2.4.3 (2021-05-30 21:40), 2.5.0 (2022-03-16 23:20), 2.5.3 (2022-03-31 09:50), 2.6.0 (2022-08-15 12:50), 2.7.1 (2023-02-06 09:12), 2.7.2 (2023-02-11 14:40), 2.8.0 (2023-07-11 01:40), 2.8.1 (2023-08-14 16:30), 2.8.2 (2023-10-03 01:50), 2.8.3 (2023-12-10 02:10)
Other packages that cited RcppAlgos R package
View RcppAlgos citation profile
Other R packages that RcppAlgos depends, imports, suggests or enhances
Complete documentation for RcppAlgos
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA