gpuMatrix-crossprod: gpuMatrix 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
## S4 method for signature 'gpuMatrix,missing'
crossprod(x, y)

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

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

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

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

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

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

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

Arguments

x

A gpuMatrix

y

A gpuMatrix

Value

A gpuMatrix

Author(s)

Charles Determan Jr.


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