We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd265f commit 912b1bfCopy full SHA for 912b1bf
include/LAGraphX.h
@@ -167,8 +167,20 @@ GrB_Info LAGraph_RPQMatrix(
167
RpqMatrixPlan *plan,
168
char *msg
169
);
170
+
171
LAGRAPHX_PUBLIC
172
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
184
185
int LAGraph_SWrite_HeaderStart // write the first part of the JSON header
186
(
0 commit comments