| 66 | // structure for the matrix, some of which may be empty, and kount <= m. |
| 67 | |
| 68 | GrB_Index GxB_rowIterator_kount (GxB_Iterator iterator) |
| 69 | { |
| 70 | return (iterator->anvec) ; |
| 71 | } |
| 72 | |
| 73 | //------------------------------------------------------------------------------ |
| 74 | // GxB_rowIterator_seekRow: move a row iterator to a different row of a matrix |
no outgoing calls
no test coverage detected