im looking at creating an adjacency matrix built with rows r1, and columns c1, with a float value.
i have managed to read the the values from a text file, set out like:
r1,c1,float1
r2,c2,float2
etc...
i am having trouble converting these values into an adjacency matrix.
thanks