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

Function GxB_colIterator_kount

deps/GraphBLAS/Source/GxB_colIterator.c:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36GrB_Index GxB_colIterator_kount (GxB_Iterator iterator)
37{
38 // return # of nonempty columns of the matrix
39 return (iterator->anvec) ;
40}
41
42GrB_Info GxB_colIterator_seekCol (GxB_Iterator iterator, GrB_Index col)
43{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected