Learn R Programming

gpuR (version 2.0.3)

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)

Arguments

x

A gpuR object

Value

A gpuR object

Details

Currently implemented methods include:

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