| 136 | // the return conditions of GxB_rowIterator_seekRow. |
| 137 | |
| 138 | GrB_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,:) |
no outgoing calls
no test coverage detected