t: t

Description Usage Arguments Value Communication Examples

Description

Transpose a shaq or tshaq distributed matrix.

Usage

1
2
3
4
5
## S3 method for class 'shaq'
t(x)

## S3 method for class 'tshaq'
t(x)

Arguments

x

A shaq or tshaq.

Value

A tshaq or shaq (opposite of what was input).

Communication

The operation is completely local.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
library(kazaam)
x = ranshaq(runif, 10, 3)

t(x)

finalize()

## End(Not run)

RBigData/kazaam documentation built on Nov. 9, 2021, 9:09 a.m.