| 40 | |
| 41 | inline R_xlen_t size() const { return ((R_xlen_t)ncol()) * nrow() ; } |
| 42 | inline R_xlen_t ncol() const { return nc ; } |
| 43 | inline R_xlen_t nrow() const { return nr ; } |
| 44 | |
| 45 | inline Proxy operator()(int i, int j) const { |
no outgoing calls
no test coverage detected