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

Method clear

deps/GraphBLAS/CUDA/test/dataFactory.hpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 uint64_t get_zombie_count() { return mat->nzombies;}
74
75 void clear() {
76 GRB_TRY (GrB_Matrix_clear (mat)) ;
77 }
78
79 void alloc() {
80 GrB_Type type = cuda::jit::to_grb_type<T>();

Callers 3

ResetMethod · 0.45
path_simplifyFunction · 0.45
delMethod · 0.45

Calls 1

GrB_Matrix_clearFunction · 0.85

Tested by

no test coverage detected