Row and column sums and of gpuMatrix objects
# S4 method for gpuMatrix
colSums(x)# S4 method for gpuMatrix
rowSums(x)
# S4 method for gpuMatrix
colMeans(x)
# S4 method for gpuMatrix
rowMeans(x)
A gpuvector containing the sum of each column in the gpuMatrix.
A gpuvector containing the sum of each row in the gpuMatrix.
A gpuvector containing the mean of each column in the gpuMatrix.
A gpuvector containing the mean of each row in the gpuMatrix.
A gpuMatrix object
Charles Determan Jr.