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

Function GxB_Matrix_resize

deps/GraphBLAS/Source/GrB_Matrix_resize.c:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43// compatibility.
44
45GrB_Info GxB_Matrix_resize // change the size of a matrix
46(
47 GrB_Matrix A, // matrix to modify
48 GrB_Index nrows_new, // new number of rows in matrix
49 GrB_Index ncols_new // new number of columns in matrix
50)
51{
52 return (GrB_Matrix_resize (A, nrows_new, ncols_new)) ;
53}
54

Callers 2

Proc_PagerankInvokeFunction · 0.85
mexFunctionFunction · 0.85

Calls 1

GrB_Matrix_resizeFunction · 0.85

Tested by

no test coverage detected