transpose {pbdDMAT}R Documentation

Distributed Matrix Transpose

Description

Transposes a distributed dense matrix.

Usage

t(x)

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

Arguments

x

numeric distributed matrix.

Value

The transposed matrix.


[Package pbdDMAT version 0.5-1 Index]