Learn R Programming

gpuR (version 2.0.6)

t,vclMatrix-method: gpuR matrix transpose

Description

Given a gpuR matrix x, t returns the transpose of x

Usage

# S4 method for vclMatrix
t(x)

# S4 method for gpuMatrix t(x)

Value

The transpose of the input vclMatrix object.

A gpuR matrix

Arguments

x

A gpuR matrix

Author

Charles Determan Jr.