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

Function GxB_rowIterator_nextRow

deps/GraphBLAS/Source/GxB_rowIterator.c:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136// the return conditions of GxB_rowIterator_seekRow.
137
138GrB_Info GxB_rowIterator_nextRow (GxB_Iterator iterator)
139{
140 return (GB_Iterator_rc_knext (iterator)) ;
141}
142
143//------------------------------------------------------------------------------
144// GxB_rowIterator_nextCol: move a row iterator to the next entry in A(row,:)

Callers 3

_set_iter_rangeFunction · 0.85
_iter_nextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected