FriendsToList[conlist] gives a list of list of numbers.
The sublistFriendsToList[conlist] j contains the numbers for those points which are connected to point number j according to the connection list conlist.
Thus FriendsToList[conlist] j should be give the same result as ConnectedTo[j,conlist]. |