Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
math.combinatorics.
C
cartesian-product function clojure.math.combinatorics All the ways to take one item from each se...
combinations function clojure.math.combinatorics All the unique ways of taking t different ...
count-combinations function clojure.math.combinatorics (count (combinations items t)) but compute...
count-permutations function clojure.math.combinatorics Counts the number of distinct permutations...
count-subsets function clojure.math.combinatorics (count (subsets items)) but computed more ...
D
drop-permutations function clojure.math.combinatorics (drop n (permutations items)) but calculat...
N
nth-combination function clojure.math.combinatorics The nth element of the sequence of t-combi...
nth-permutation function clojure.math.combinatorics (nth (permutations items)) but calculated ...
P
partitions function clojure.math.combinatorics All the lexicographic distinct partitions ...
permutation-index function clojure.math.combinatorics Input must be a sortable collection of ite...
permutations function clojure.math.combinatorics All the distinct permutations of items, le...
permuted-combinations function clojure.math.combinatorics Every permutation of every combination of ...
S
selections function clojure.math.combinatorics All the ways of taking n (possibly the sam...
subsets function clojure.math.combinatorics All the subsets of items.