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

Function GxB_rowIterator_nextCol

deps/GraphBLAS/Source/GxB_rowIterator.c:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156// A(row,:).
157
158GrB_Info GxB_rowIterator_nextCol (GxB_Iterator iterator)
159{
160 return (GB_Iterator_rc_inext (iterator)) ;
161}
162
163//------------------------------------------------------------------------------
164// GxB_rowIterator_getRowIndex: get current row index of a row iterator

Callers 2

_iter_nextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected