inplace {gpuR} | R Documentation |
Inplace Function Wrapper
Description
Applies the provided function in-place on the first object passed
Usage
inplace(f, x, y)
## S4 method for signature ''function',vclMatrix,vclMatrix'
inplace(f, x, y)
## S4 method for signature ''function',vclMatrix,missing'
inplace(f, x, y)
## S4 method for signature ''function',numeric,vclMatrix'
inplace(f, x, y)
## S4 method for signature ''function',vclMatrix,numeric'
inplace(f, x, y)
## S4 method for signature ''function',gpuMatrix,gpuMatrix'
inplace(f, x, y)
## S4 method for signature ''function',gpuMatrix,missing'
inplace(f, x, y)
## S4 method for signature ''function',numeric,gpuMatrix'
inplace(f, x, y)
## S4 method for signature ''function',gpuMatrix,numeric'
inplace(f, x, y)
## S4 method for signature ''function',vclVector,vclVector'
inplace(f, x, y)
## S4 method for signature ''function',vclVector,missing'
inplace(f, x, y)
## S4 method for signature ''function',vclVector,numeric'
inplace(f, x, y)
## S4 method for signature ''function',numeric,vclVector'
inplace(f, x, y)
## S4 method for signature ''function',gpuVector,gpuVector'
inplace(f, x, y)
## S4 method for signature ''function',gpuVector,missing'
inplace(f, x, y)
## S4 method for signature ''function',gpuVector,numeric'
inplace(f, x, y)
## S4 method for signature ''function',numeric,gpuVector'
inplace(f, x, y)
Arguments
f |
A function |
x |
A gpuR object |
y |
A gpuR object |
Value
No return, result applied in-place
Author(s)
Charles Determan Jr.
[Package gpuR version 2.0.6 Index]