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

colSums,vclMatrix-methodR Documentation

Row and Column Sums and Means of vclMatrix

Description

Row and column sums and of vclMatrix objects

Usage

## 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 vclVector object

Author(s)

Charles Determan Jr.


gpuR documentation built on May 29, 2024, 11:56 a.m.