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
Author
Charles Determan Jr.