Learn R Programming

gpuR (version 2.0.6)

Math,gpuVector-method: gpuR Math methods

Description

Methods for the base Math methods S4groupGeneric

Usage

# S4 method for gpuVector
Math(x)

# S4 method for vclMatrix Math(x)

# S4 method for vclVector Math(x)

# S4 method for gpuMatrix Math(x)

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.

Arguments

x

A gpuR object

Author

Charles Determan Jr.

Details

Currently implemented methods include:

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