tINV | R Documentation |
Performs the inverse of a tensor using the any discrete transform.
tINV(tnsr,tform)
tnsr |
: a 3-mode tensor |
tform |
: Any discrete transform. Supported transforms are: fft: Fast Fourier Transform dwt: Discrete Wavelet Transform (Haar Wavelet) dct: Discrete Cosine transform dst: Discrete Sine transform dht: Discrete Hadley transform dwht: Discrete Walsh-Hadamard transform |
a Tensor-class object
Kyle Caudle
Randy Hoover
Jackson Cates
T <- rand_tensor(modes=c(2,2,4))
print(tINV(T,"dst"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.