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