Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

r""" 

Combinatorial Species 

===================== 

 

.. TODO:: Short blurb about species 

 

.. TODO:: Proofread / point to the main classes rather than the modules? 

 

Introductory material 

--------------------- 

 

- :ref:`section-examples-catalan` 

- :ref:`section-generic-species` 

 

Lazy Power Series 

----------------- 

 

- :ref:`sage.combinat.species.stream` 

- :ref:`sage.combinat.species.series_order` 

- :ref:`sage.combinat.species.series` 

- :ref:`sage.combinat.species.generating_series` 

 

Basic Species 

------------- 

 

- :ref:`sage.combinat.species.species` 

- :ref:`sage.combinat.species.empty_species` 

- :ref:`sage.combinat.species.recursive_species` 

- :ref:`sage.combinat.species.characteristic_species` 

- :ref:`sage.combinat.species.cycle_species` 

- :ref:`sage.combinat.species.partition_species` 

- :ref:`sage.combinat.species.permutation_species` 

- :ref:`sage.combinat.species.linear_order_species` 

- :ref:`sage.combinat.species.set_species` 

- :ref:`sage.combinat.species.subset_species` 

- :ref:`sage.combinat.species.library` 

 

Operations on Species 

--------------------- 

 

- :ref:`sage.combinat.species.sum_species` 

- :ref:`sage.combinat.species.product_species` 

- :ref:`sage.combinat.species.composition_species` 

- :ref:`sage.combinat.species.functorial_composition_species` 

 

Miscellaneous 

------------- 

 

- :ref:`sage.combinat.species.structure` 

- :ref:`sage.combinat.species.misc` 

- :ref:`sage.combinat.species.combinatorial_logarithm` 

"""