Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
RG_Matrix RG_Matrix_getTranspose
21
(
22
const RG_Matrix C
23
) {
24
ASSERT(C != NULL);
25
return C->transposed;
26
}
27
28
bool RG_Matrix_isDirty
29
(
Callers
4
Graph_GetRelationMatrix
Function · 0.85
test_GRMatrix_managed_transposed
Function · 0.85
test_RGMatrix_fuzzy
Function · 0.85
test_RGMatrix_resize
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_GRMatrix_managed_transposed
Function · 0.68
test_RGMatrix_fuzzy
Function · 0.68
test_RGMatrix_resize
Function · 0.68