Methods for the base Math methods S4groupGeneric
# S4 method for gpuVector
Math(x)# S4 method for vclMatrix
Math(x)
# S4 method for vclVector
Math(x)
# S4 method for gpuMatrix
Math(x)
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.
A gpuR object
Charles Determan Jr.
Currently implemented methods include:
"sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "log10", "exp", "abs", "sqrt", "sign"