vclMatrix-crossprod: vclMatrix Crossproduct

Description Usage Arguments Value Author(s)

Description

Return the matrix cross-product of two conformable matrices using a GPU. This is equivalent to t(x) or x device and host is required.

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
## S4 method for signature 'gpuVector,gpuVector'
tcrossprod(x, y)

## S4 method for signature 'gpuVector,missing'
tcrossprod(x, y)

## S4 method for signature 'vclMatrix,missing'
crossprod(x, y)

## S4 method for signature 'vclMatrix,vclMatrix'
crossprod(x, y)

## S4 method for signature 'vclMatrix,matrix'
crossprod(x, y)

## S4 method for signature 'matrix,vclMatrix'
crossprod(x, y)

## S4 method for signature 'vclMatrix,vclVector'
crossprod(x, y)

## S4 method for signature 'vclVector,vclMatrix'
crossprod(x, y)

## S4 method for signature 'vclMatrix,missing'
tcrossprod(x, y)

## S4 method for signature 'vclMatrix,vclMatrix'
tcrossprod(x, y)

## S4 method for signature 'matrix,vclMatrix'
tcrossprod(x, y)

## S4 method for signature 'vclMatrix,matrix'
tcrossprod(x, y)

## S4 method for signature 'vclMatrix,vclVector'
tcrossprod(x, y)

## S4 method for signature 'vclVector,vclMatrix'
tcrossprod(x, y)

## S4 method for signature 'vclVector,vclVector'
tcrossprod(x, y)

## S4 method for signature 'vclVector,missing'
tcrossprod(x, y)

Arguments

x

A vclMatrix

y

A vclMatrix

Value

A vclMatrix

Author(s)

Charles Determan Jr.


gpuR documentation built on May 30, 2019, 1:02 a.m.