| 136 | |
| 137 | public: |
| 138 | RowSumsImpl(const MatrixBase<RTYPE, NA, T>& ref_) |
| 139 | : ref(ref_) |
| 140 | {} |
| 141 | |
| 142 | return_vector get() const { |
| 143 | R_xlen_t i, j, nr = ref.nrow(), nc = ref.ncol(); |
nothing calls this directly
no outgoing calls
no test coverage detected