t,vclMatrix-method {gpuR}R Documentation

gpuR matrix transpose

Description

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

Usage

## S4 method for signature 'vclMatrix'
t(x)

## S4 method for signature 'gpuMatrix'
t(x)

Arguments

x

A gpuR matrix

Value

The transpose of the input vclMatrix object.

A gpuR matrix

Author(s)

Charles Determan Jr.


[Package gpuR version 2.0.6 Index]