Usage
## S3 method for class 'ddmatrix':
sum(x, ..., na.rm = FALSE)
## S3 method for class 'ddmatrix':
mean(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
median(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
prod(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
rowSums(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
colSums(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
rowMeans(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
colMeans(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
min(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
max(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
rowMin(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
colMin(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
rowMax(x, na.rm = FALSE)
## S3 method for class 'ddmatrix':
colMax(x, na.rm = FALSE)