| 328 | |
| 329 | public: |
| 330 | ColSumsImpl(const MatrixBase<RTYPE, NA, T>& ref_) |
| 331 | : ref(ref_) |
| 332 | {} |
| 333 | |
| 334 | return_vector get() const { |
| 335 | R_xlen_t i, j, nr = ref.nrow(), nc = ref.ncol(); |
nothing calls this directly
no outgoing calls
no test coverage detected