| 94 | inline int length() const { return col*row; } |
| 95 | inline int cols() const { return col; } |
| 96 | inline int rows() const { return row; } |
| 97 | void show(int mat=0,int spaces=0) const; |
| 98 | #ifndef SING_NDEBUG |
| 99 | void view() const; |
no outgoing calls
no test coverage detected