Cartesian-class         S4-class for Exposing C++ Cartesian Class
Combo-class             S4-classes for Exposing C++ Combinatorial
                        Classes
ComboGroups-class       S4-class for Exposing C++ ComboGroups Class
Constraints-class       S4-class for Exposing C++ Constraints Class
Partitions-class        S4-class for Exposing C++ Partitions Class
RcppAlgos-package       High Performance Tools for Combinatorics and
                        Computational Mathematics
comboCount              Number of combinations/permutations
comboGeneral            Generate Combinations and Permutations of a
                        Vector with/without Constraints
comboGrid               Unordered Cartesian Product
comboGroups             Partition a Vector into Groups
comboGroupsCount        Number of Partitions of a Vector into Groups
comboGroupsIter         comboGroups Iterator
comboGroupsSample       Sample Partitions of a Vector into Groups
comboIter               Combination and Permutation Iterator
comboRank               Rank Combinations and Permutations
comboSample             Sample Combinations and Permutations
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
expandGrid              Cartesian Product
expandGridCount         Count of the Cartesian Product
expandGridIter          expandGrid Iterator
expandGridSample        Sample the Cartesian Product
isPrimeRcpp             Vectorized Primality Test
numDivisorSieve         Apply Divisor Function to Every Element in a
                        Range
partitionsCount         Number of Partitions/Compositions
partitionsGeneral       Generate Partitions/Compositions
partitionsIter          Partition/Composition Iterator
partitionsRank          Rank Partitions/Compositions
partitionsSample        Sample Partitions/Compositions
primeCount              Prime Counting Function pi(x)
primeFactorize          Vectorized Prime Factorization
primeFactorizeSieve     Generate Prime Factorization for Numbers in a
                        Range
primeSieve              Generate Prime Numbers
stdThreadMax            Max Number of Concurrent Threads
