Skip to content

Commit 912b1bf

Browse files
committed
feat: add rpq label into include
1 parent 8fd265f commit 912b1bf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

include/LAGraphX.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,20 @@ GrB_Info LAGraph_RPQMatrix(
167167
RpqMatrixPlan *plan,
168168
char *msg
169169
);
170+
170171
LAGRAPHX_PUBLIC
171172
GrB_Info LAGraph_RpqMatrix_initialize();
173+
174+
LAGRAPHX_PUBLIC
175+
GrB_Info LAGraph_RPQMatrix_label
176+
(
177+
GrB_Matrix *mat,
178+
GrB_Index x,
179+
GrB_Index i,
180+
GrB_Index j
181+
) ;
182+
183+
172184
LAGRAPHX_PUBLIC
173185
int LAGraph_SWrite_HeaderStart // write the first part of the JSON header
174186
(

0 commit comments

Comments
 (0)