Index of Public Functions and Variables - math.combinatorics 0.2.1-SNAPSHOT (in development)

This page has an alphabetical index of all the documented functions and variables in math.combinatorics.

Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A


  

B


  

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...

  

E


  

F


  

G


  

H


  

I


  

J


  

K


  

L


  

M


  

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 ...

  

O


  

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 ...

  

Q


  

R


  

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.

  

T


  

U


  

V


  

W


  

X


  

Y


  

Z


  

Other


  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.