Network.edge_vector
-
Network.
edge_vector
(u, v) Return the vector of an edge.
- Parameters
u (hashable) – The key of the start node.
v (hashable) – The key of the end node.
- Returns
list – The vector from u to v.
Network.
edge_vector
(u, v)Return the vector of an edge.
u (hashable) – The key of the start node.
v (hashable) – The key of the end node.
list – The vector from u to v.