Tools for Combinatorics and Computational Mathematics


[Up] [Top]

Documentation for package ‘RcppAlgos’ version 1.0.1

Help Pages

RcppAlgos-package Tools for Combinatorics and Computational Mathematics
comboGeneral Generate all Combinations/Permutations of a Vector with/without Constraints
divisorsRcpp Vectorized Factorization (Complete)
divisorsSieve Generate Complete Factorization for Numbers in a Range
eulerPhiSieve Apply Euler's Phi Function to Every Element in a Range
isPrimeRcpp Vectorized Primality Test
numDivisorSieve Apply Divisor Function to Every Element in a Range
permuteGeneral Generate all Combinations/Permutations of a Vector with/without Constraints
primeCount Prime Counting Function pi(x)
primeFactorize Vectorized Prime Factorization
primeFactorizeSieve Generate Prime Factorization for Numbers in a Range
primeSieve Generate Prime Integers
RcppAlgos Tools for Combinatorics and Computational Mathematics