| 39 | // specific row. Use GxB_rowIterator_*seek* to move the iterator to a row. |
| 40 | |
| 41 | GrB_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 |
no test coverage detected