MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / Graph_GetAdjacencyMatrix

Function Graph_GetAdjacencyMatrix

src/graph/graph.c:1306–1312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304}
1305
1306RG_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

Callers 14

Graph_EnsureNodeCapFunction · 0.85
AR_SHORTEST_PATHFunction · 0.85
Graph_ApplyAllPendingFunction · 0.85
Graph_FormConnectionFunction · 0.85
Graph_DeleteEdgesFunction · 0.85
ExpandIntoInitFunction · 0.85
_CommitEdgesBlueprintFunction · 0.85
Proc_BFS_InvokeFunction · 0.85
Proc_PagerankInvokeFunction · 0.85

Calls 1

Graph_GetRelationMatrixFunction · 0.85

Tested by 2

_test_node_creationFunction · 0.68
test_removeNodesFunction · 0.68