| 1304 | } |
| 1305 | |
| 1306 | RG_Matrix Graph_GetAdjacencyMatrix |
| 1307 | ( |
| 1308 | const Graph *g, |
| 1309 | bool transposed |
| 1310 | ) { |
| 1311 | return Graph_GetRelationMatrix(g, GRAPH_NO_RELATION, transposed); |
| 1312 | } |
| 1313 | |
| 1314 | // returns true if relationship matrix 'r' contains multi-edge entries, |
| 1315 | // false otherwise |