| 515 | |
| 516 | public: |
| 517 | RowMeansImpl(const MatrixBase<RTYPE, NA, T>& ref_) |
| 518 | : ref(ref_) |
| 519 | {} |
| 520 | |
| 521 | return_vector get() const { |
| 522 | R_xlen_t i, j, nr = ref.nrow(), nc = ref.ncol(); |
nothing calls this directly
no outgoing calls
no test coverage detected