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

Function GxB_colIterator_attach

deps/GraphBLAS/Source/GxB_colIterator.c:25–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23// The column iterator is analoguous to the row iterator.
24
25GrB_Info GxB_colIterator_attach
26(
27 GxB_Iterator iterator,
28 GrB_Matrix A,
29 GrB_Descriptor desc
30)
31{
32 // attach a column iterator to a matrix
33 return (GB_Iterator_attach (iterator, A, GxB_BY_COL, desc)) ;
34}
35
36GrB_Index GxB_colIterator_kount (GxB_Iterator iterator)
37{

Callers 2

mexFunctionFunction · 0.85

Calls 1

GB_Iterator_attachFunction · 0.85

Tested by

no test coverage detected