Changeset 91de09
- Timestamp:
- 07/09/12 11:30:36 (11 months ago)
- Branches:
- master
- Children:
- 016d82
- Parents:
- 0285f0
- git-author:
- Tiago de Paula Peixoto <tiago@…> (07/09/12 11:30:36)
- git-committer:
- Tiago de Paula Peixoto <tiago@…> (07/09/12 11:30:36)
- File:
-
- 1 edited
-
src/graph_tool/topology/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/graph_tool/topology/__init__.py
r0adf28 r91de09 742 742 The in-component can be obtained by reversing the graph. 743 743 744 >>> l = gt.label_out_component(gt.GraphView(g, reversed=True), g.vertex(0)) 744 >>> l = gt.label_out_component(gt.GraphView(g, reversed=True, directed=True), 745 ... g.vertex(0)) 745 746 >>> print(l.a) 746 747 [1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1
Note: See TracChangeset
for help on using the changeset viewer.


