N = neighbors(G,v)
The neighbors of a vertex v are all the vertexSet of G adjacent to v. That is, if u is a neighbor to v, {v,u} is an edge of G.
|
|
The object neighbors is a method function.
The source of this document is in Graphs.m2:3861:0.