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

Description Usage Arguments Value Author(s)

Description

Row and column sums and of vclMatrix objects

Usage

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

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

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

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

Arguments

x

A vclMatrix object

Value

A gpuVector object

Author(s)

Charles Determan Jr.


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