Applies the provided function in-place on the first object passed
inplace(f, x, y)# S4 method for `function`,vclMatrix,vclMatrix
inplace(f, x, y)
# S4 method for `function`,vclMatrix,missing
inplace(f, x, y)
# S4 method for `function`,numeric,vclMatrix
inplace(f, x, y)
# S4 method for `function`,vclMatrix,numeric
inplace(f, x, y)
# S4 method for `function`,gpuMatrix,gpuMatrix
inplace(f, x, y)
# S4 method for `function`,gpuMatrix,missing
inplace(f, x, y)
# S4 method for `function`,numeric,gpuMatrix
inplace(f, x, y)
# S4 method for `function`,gpuMatrix,numeric
inplace(f, x, y)
# S4 method for `function`,vclVector,vclVector
inplace(f, x, y)
# S4 method for `function`,vclVector,missing
inplace(f, x, y)
# S4 method for `function`,vclVector,numeric
inplace(f, x, y)
# S4 method for `function`,numeric,vclVector
inplace(f, x, y)
# S4 method for `function`,gpuVector,gpuVector
inplace(f, x, y)
# S4 method for `function`,gpuVector,missing
inplace(f, x, y)
# S4 method for `function`,gpuVector,numeric
inplace(f, x, y)
# S4 method for `function`,numeric,gpuVector
inplace(f, x, y)
No return, result applied in-place
A function
A gpuR object
A gpuR object
Charles Determan Jr.