t_tpose | R Documentation |
Performs the transpose of a symmetric 3-mode tensor using any discrete transform.
t_tpose(tnsr, tform)
tnsr |
a 3-mode tensor |
tform |
Any discrete transform. fft: Fast Fourier Transorm dwt: Discrete Wavelet Transform (Haar Wavelet) dct: Discrete Cosine transform dst: Discrete Sine transform dht: Discrete Hadley transform dwht: Discrete Walsh-Hadamard transform |
S3 class tensor
Kyle Caudle
Randy Hoover
Jackson Cates
Everett Sandbo
Brachat, J., Comon, P., Mourrain, B., & Tsigaridas, E. (2010). Symmetric tensor decomposition. Linear Algebra and its Applications, 433(11-12), 1851-1872.
T <- t_rand(modes=c(2,3,4))
print(t_tpose(T,"dct"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.