| 724 | |
| 725 | public: |
| 726 | ColMeansImpl(const MatrixBase<RTYPE, NA, T>& ref_) |
| 727 | : ref(ref_) |
| 728 | {} |
| 729 | |
| 730 | return_vector get() const { |
| 731 | R_xlen_t i, j, nr = ref.nrow(), nc = ref.ncol(); |
nothing calls this directly
no outgoing calls
no test coverage detected