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

Function GxB_rowIterator_seekRow

deps/GraphBLAS/Source/GxB_rowIterator.c:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98// return its value.
99
100GrB_Info GxB_rowIterator_seekRow (GxB_Iterator iterator, GrB_Index row)
101{
102 return (GB_Iterator_rc_seek (iterator, row, false)) ;
103}
104
105//------------------------------------------------------------------------------
106// GxB_rowIterator_kseek: move a row iterator to a different row of a matrix

Callers 2

_set_iter_rangeFunction · 0.85

Calls 1

GB_Iterator_rc_seekFunction · 0.85

Tested by

no test coverage detected