Arith-methods: Arith methods

Description Usage Arguments Value Author(s)

Description

Methods for the base Arith methods S4groupGeneric

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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
## 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.


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