Get basic summary statistics.
# S4 method for ddmatrix
sum(x, ..., na.rm = FALSE)# S4 method for ddmatrix
mean(x, na.rm = FALSE)
# S4 method for ddmatrix
prod(x, na.rm = FALSE)
# S4 method for ddmatrix
min(x, na.rm = FALSE)
# S4 method for ddmatrix
max(x, na.rm = FALSE)
# S4 method for ddmatrix
median(x, na.rm = FALSE)
numeric distributed matrix
Additional arguments.
Handling of NA's.
A single value, owned by all ranks in the MPI communicator.
The return is on process 0 only.