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

Function GxB_rowIterator_kount

deps/GraphBLAS/Source/GxB_rowIterator.c:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66// structure for the matrix, some of which may be empty, and kount <= m.
67
68GrB_Index GxB_rowIterator_kount (GxB_Iterator iterator)
69{
70 return (iterator->anvec) ;
71}
72
73//------------------------------------------------------------------------------
74// GxB_rowIterator_seekRow: move a row iterator to a different row of a matrix

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected