gpuMatrix.colSums: Row and Column Sums and Means of gpuMatrix

Description Usage Arguments Value Author(s)

Description

Row and column sums and of gpuMatrix objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'gpuMatrix'
colSums(x)

## S4 method for signature 'gpuMatrix'
rowSums(x)

## S4 method for signature 'gpuMatrix'
colMeans(x)

## S4 method for signature 'gpuMatrix'
rowMeans(x)

Arguments

x

A gpuMatrix object

Value

A gpuVector object

Author(s)

Charles Determan Jr.


cdeterman/gpuR documentation built on July 13, 2019, 3:15 a.m.