Math-methods: gpuR Math methods

Math,gpuVector-methodR 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:

  • "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "log10", "exp", "abs", "sqrt", "sign"

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.


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