inplace-methods: Inplace Function Wrapper

Description Usage Arguments Value Author(s)

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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.


cdeterman/gpuR documentation built on July 13, 2019, 3:15 a.m.