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

Function GxB_rowIterator_attach

deps/GraphBLAS/Source/GxB_rowIterator.c:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39// specific row. Use GxB_rowIterator_*seek* to move the iterator to a row.
40
41GrB_Info GxB_rowIterator_attach
42(
43 GxB_Iterator iterator,
44 GrB_Matrix A,
45 GrB_Descriptor desc
46)
47{
48 return (GB_Iterator_attach (iterator, A, GxB_BY_ROW, desc)) ;
49}
50
51//------------------------------------------------------------------------------
52// GxB_rowIterator_kount: upper bound on the # of nonempty rows of a matrix

Callers 3

_init_iterFunction · 0.85
mexFunctionFunction · 0.85

Calls 1

GB_Iterator_attachFunction · 0.85

Tested by

no test coverage detected