| 34 | } |
| 35 | |
| 36 | GrB_Index GxB_colIterator_kount (GxB_Iterator iterator) |
| 37 | { |
| 38 | // return # of nonempty columns of the matrix |
| 39 | return (iterator->anvec) ; |
| 40 | } |
| 41 | |
| 42 | GrB_Info GxB_colIterator_seekCol (GxB_Iterator iterator, GrB_Index col) |
| 43 | { |
no outgoing calls
no test coverage detected