| 101 | return VECTOR::dims()[1]; |
| 102 | } |
| 103 | inline int rows() const { |
| 104 | return nrows ; |
| 105 | } |
| 106 | |
| 107 | inline Row row( int i ){ return Row( *this, i ) ; } |
| 108 | inline ConstRow row( int i ) const{ return ConstRow( *this, i ) ; } |
no outgoing calls
no test coverage detected