tINVdht | R Documentation |
Performs the inverse of a tensor using the discrete Hartley transform.
tINVdht(tnsr)
tnsr |
: a 3-mode tensor |
a Tensor-class object
Kyle Caudle
Randy Hoover
Jackson Cates
T <- rand_tensor(modes=c(2,2,4))
print(tINVdht(T))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.