Learn R Programming

gpuR (version 2.0.6)

inplace: Inplace Function Wrapper

Description

Applies the provided function in-place on the first object passed

Usage

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)

Value

No return, result applied in-place

Arguments

f

A function

x

A gpuR object

y

A gpuR object

Author

Charles Determan Jr.