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

Function RG_Matrix_getTranspose

src/graph/rg_matrix/rg_matrix.c:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20RG_Matrix RG_Matrix_getTranspose
21(
22 const RG_Matrix C
23) {
24 ASSERT(C != NULL);
25 return C->transposed;
26}
27
28bool RG_Matrix_isDirty
29(

Callers 4

Graph_GetRelationMatrixFunction · 0.85
test_RGMatrix_fuzzyFunction · 0.85
test_RGMatrix_resizeFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_RGMatrix_fuzzyFunction · 0.68
test_RGMatrix_resizeFunction · 0.68