%o%,gpuVector,gpuVector-method {gpuR}R Documentation

Outer Product

Description

The outer product of two gpuR vector objects

Usage

## S4 method for signature 'gpuVector,gpuVector'
X %o% Y

## S4 method for signature 'vclVector,vclVector'
X %o% Y

Arguments

X

A gpuR object

Y

A gpuR object

Value

The outer product of the two gpuVector objects X and Y.

Author(s)

Charles Determan Jr.


[Package gpuR version 2.0.6 Index]