| 156 | // A(row,:). |
| 157 | |
| 158 | GrB_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 |
no outgoing calls
no test coverage detected