Arith,gpuVector,gpuVector-method {gpuR} | R Documentation |
Arith methods
Description
Methods for the base Arith methods S4groupGeneric
Usage
## S4 method for signature 'gpuVector,gpuVector'
Arith(e1, e2)
## S4 method for signature 'numeric,gpuVector'
Arith(e1, e2)
## S4 method for signature 'gpuVector,numeric'
Arith(e1, e2)
## S4 method for signature 'gpuVector,missing'
Arith(e1, e2)
## S4 method for signature 'gpuVector,gpuMatrix'
Arith(e1, e2)
## S4 method for signature 'vclMatrix,vclMatrix'
Arith(e1, e2)
## S4 method for signature 'vclMatrix,matrix'
Arith(e1, e2)
## S4 method for signature 'matrix,vclMatrix'
Arith(e1, e2)
## S4 method for signature 'vclMatrix,numeric'
Arith(e1, e2)
## S4 method for signature 'numeric,vclMatrix'
Arith(e1, e2)
## S4 method for signature 'vclMatrix,missing'
Arith(e1, e2)
## S4 method for signature 'vclMatrix,vclVector'
Arith(e1, e2)
## S4 method for signature 'vclVector,vclVector'
Arith(e1, e2)
## S4 method for signature 'numeric,vclVector'
Arith(e1, e2)
## S4 method for signature 'vclVector,numeric'
Arith(e1, e2)
## S4 method for signature 'vclVector,missing'
Arith(e1, e2)
## S4 method for signature 'vclVector,vclMatrix'
Arith(e1, e2)
## S4 method for signature 'gpuMatrix,gpuMatrix'
Arith(e1, e2)
## S4 method for signature 'gpuMatrix,matrix'
Arith(e1, e2)
## S4 method for signature 'matrix,gpuMatrix'
Arith(e1, e2)
## S4 method for signature 'gpuMatrix,numeric'
Arith(e1, e2)
## S4 method for signature 'numeric,gpuMatrix'
Arith(e1, e2)
## S4 method for signature 'gpuMatrix,missing'
Arith(e1, e2)
## S4 method for signature 'gpuMatrix,gpuVector'
Arith(e1, e2)
Arguments
e1 |
A gpuR object |
e2 |
A gpuR object |
Value
A gpuR object
Author(s)
Charles Determan Jr.
[Package gpuR version 2.0.6 Index]