Math,gpuVector-method {gpuR}R Documentation

gpuR Math methods

Description

Methods for the base Math methods S4groupGeneric

Usage

## S4 method for signature 'gpuVector'
Math(x)

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

## S4 method for signature 'vclVector'
Math(x)

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

Arguments

x

A gpuR object

Details

Currently implemented methods include:

Value

A gpuVector object resulting from the element-wise mathematical operation performed on the input gpuVector object x.

A vclMatrix object.

A vclVector object.

A gpuMatrix object.

Author(s)

Charles Determan Jr.


[Package gpuR version 2.0.6 Index]