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

Function GxB_Vector_resize

deps/GraphBLAS/Source/GrB_Vector_resize.c:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42// compatibility.
43
44GrB_Info GxB_Vector_resize // change the size of a vector
45(
46 GrB_Vector u, // vector to modify
47 GrB_Index nrows_new // new number of rows in vector
48)
49{
50 return (GrB_Vector_resize (u, nrows_new)) ;
51}
52

Callers 1

mexFunctionFunction · 0.85

Calls 1

GrB_Vector_resizeFunction · 0.85

Tested by

no test coverage detected