Learn R Programming

gpuR (version 2.0.6)

colSums,vclMatrix-method: Row and Column Sums and Means of vclMatrix

Description

Row and column sums and of vclMatrix objects

Usage

# S4 method for vclMatrix
colSums(x)

# S4 method for vclMatrix rowSums(x)

# S4 method for vclMatrix colMeans(x)

# S4 method for vclMatrix rowMeans(x)

Value

A vclVector object

Arguments

x

A vclMatrix object

Author

Charles Determan Jr.