- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TransposedValueGraph (0.26 sec)
-
android/guava/src/com/google/common/graph/Graphs.java
if (!graph.isDirected()) { return graph; // the transpose of an undirected graph is an identical graph } if (graph instanceof TransposedValueGraph) { return ((TransposedValueGraph<N, V>) graph).graph; } return new TransposedValueGraph<>(graph); } /** * Returns a view of {@code network} with the direction (if any) of every edge reversed. All other
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Aug 01 00:26:14 UTC 2025 - 22.7K bytes - Viewed (0) -
guava/src/com/google/common/graph/Graphs.java
if (!graph.isDirected()) { return graph; // the transpose of an undirected graph is an identical graph } if (graph instanceof TransposedValueGraph) { return ((TransposedValueGraph<N, V>) graph).graph; } return new TransposedValueGraph<>(graph); } /** * Returns a view of {@code network} with the direction (if any) of every edge reversed. All other
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Aug 01 00:26:14 UTC 2025 - 23.3K bytes - Viewed (0)