| 178 | int nr, nc ; |
| 179 | |
| 180 | inline void update_index( int index_ ){ |
| 181 | i = internal::get_line( index_, nr ); |
| 182 | j = internal::get_column( index_, nr, i ) ; |
| 183 | } |
| 184 | |
| 185 | inline R_xlen_t index() const { |
| 186 | return i + nr * j ; |
nothing calls this directly
no test coverage detected