colAlls,dgCMatrix-method
                        Check if all elements in a row (column) of a
                        matrix-like object are equal to a value
colAnyNAs,dgCMatrix-method
                        Check if any elements in a row (column) of a
                        matrix-like object is missing
colAnys,dgCMatrix-method
                        Check if any elements in a row (column) of a
                        matrix-like object is equal to a value
colAvgsPerRowSet,dgCMatrix-method
                        Calculates for each row (column) a summary
                        statistic for equally sized subsets of columns
                        (rows)
colCollapse,dgCMatrix-method
                        Extract one cell from each row (column) of a
                        matrix-like object
colCounts,dgCMatrix-method
                        Count how often an element in a row (column) of
                        a matrix-like object is equal to a value
colCummaxs,dgCMatrix-method
                        Calculates the cumulative maxima for each row
                        (column) of a matrix-like object
colCummins,dgCMatrix-method
                        Calculates the cumulative minima for each row
                        (column) of a matrix-like object
colCumprods,dgCMatrix-method
                        Calculates the cumulative product for each row
                        (column) of a matrix-like object
colCumsums,dgCMatrix-method
                        Calculates the cumulative sum for each row
                        (column) of a matrix-like object
colDiffs,dgCMatrix-method
                        Calculates the difference between each element
                        of a row (column) of a matrix-like object
colIQRDiffs,dgCMatrix-method
                        Calculates the interquartile range of the
                        difference between each element of a row
                        (column) of a matrix-like object
colIQRs,dgCMatrix-method
                        Calculates the interquartile range for each row
                        (column) of a matrix-like object
colLogSumExps,dgCMatrix-method
                        Accurately calculates the logarithm of the sum
                        of exponentials for each row (column) of a
                        matrix-like object
colMadDiffs,dgCMatrix-method
                        Calculates the mean absolute deviation of the
                        difference between each element of a row
                        (column) of a matrix-like object
colMads,dgCMatrix-method
                        Calculates the median absolute deviation for
                        each row (column) of a matrix-like object
colMaxs,dgCMatrix-method
                        Calculates the maximum for each row (column) of
                        a matrix-like object
colMeans2,dgCMatrix-method
                        Calculates the mean for each row (column) of a
                        matrix-like object
colMedians,dgCMatrix-method
                        Calculates the median for each row (column) of
                        a matrix-like object
colMins,dgCMatrix-method
                        Calculates the minimum for each row (column) of
                        a matrix-like object
colOrderStats,dgCMatrix-method
                        Calculates an order statistic for each row
                        (column) of a matrix-like object
colProds,dgCMatrix-method
                        Calculates the product for each row (column) in
                        a matrix
colQuantiles,dgCMatrix-method
                        Calculates quantiles for each row (column) of a
                        matrix-like object
colRanges,dgCMatrix-method
                        Calculates the minimum and maximum for each row
                        (column) of a matrix-like object
colRanks,dgCMatrix-method
                        Calculates the rank of the elements for each
                        row (column) of a matrix-like object
colSdDiffs,dgCMatrix-method
                        Calculates the standard deviation of the
                        difference between each element of a row
                        (column) of a matrix-like object
colSds,dgCMatrix-method
                        Calculates the standard deviation for each row
                        (column) of a matrix-like object
colSums2,dgCMatrix-method
                        Calculates the sum for each row (column) of a
                        matrix-like object
colTabulates,dgCMatrix-method
                        Tabulates the values in a matrix-like object by
                        row (column)
colVarDiffs,dgCMatrix-method
                        Calculates the variance of the difference
                        between each element of a row (column) of a
                        matrix-like object
colVars,dgCMatrix-method
                        Calculates the variance for each row (column)
                        of a matrix-like object
colWeightedMads,dgCMatrix-method
                        Calculates the weighted median absolute
                        deviation for each row (column) of a
                        matrix-like object
colWeightedMeans,dgCMatrix-method
                        Calculates the weighted mean for each row
                        (column) of a matrix-like object
colWeightedMedians,dgCMatrix-method
                        Calculates the weighted median for each row
                        (column) of a matrix-like object
colWeightedSds,dgCMatrix-method
                        Calculates the weighted standard deviation for
                        each row (column) of a matrix-like object
colWeightedVars,dgCMatrix-method
                        Calculates the weighted variance for each row
                        (column) of a matrix-like object
