| 98 | // return its value. |
| 99 | |
| 100 | GrB_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 |
no test coverage detected