tsym: Transpose of a Symmetric 3-mode Tensor

tsymR Documentation

Transpose of a Symmetric 3-mode Tensor

Description

Performs the transpose of a symmetric 3-mode tensor.

Usage

tsym(tnsr)

Arguments

tnsr

: a 3-mode tensor

Value

a Tensor-class object

Author(s)

Kyle Caudle kyle.caudle@sdsmt.edu

Examples

require(rTensor)
T <- rand_tensor(modes=c(2,3,4))
print(tsym(T))

rTensor2 documentation built on Aug. 14, 2022, 9:05 a.m.

Related to tsym in rTensor2...