~ubuntu-branches/ubuntu/saucy/python-networkx/saucy

« back to all changes in this revision

Viewing changes to doc/source/reference/algorithms.product.rst

  • Committer: Package Import Robot
  • Author(s): Sandro Tosi
  • Date: 2012-06-14 23:46:38 UTC
  • mto: (1.4.1) (5.1.11 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20120614234638-vojueocjsrz10tqn
Tags: upstream-1.7~rc1
ImportĀ upstreamĀ versionĀ 1.7~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _product:
2
 
 
3
 
Products
4
 
********
5
 
 
6
 
.. automodule:: networkx.algorithms.product
7
 
.. autosummary::
8
 
   :toctree: generated/
9
 
 
10
 
   cartesian_product
11
 
   lexicographic_product
12
 
   strong_product
13
 
   tensor_product
14
 
 
15
 
 
16