powered by
Performs the inverse of a tensor using the discrete Walsh-Hadamard transform.
tINVdwht(tnsr)
a Tensor-class object
: a 3-mode tensor
Kyle Caudle
Randy Hoover
Jackson Cates
T <- rand_tensor(modes=c(2,2,4)) print(tINVdwht(T))
Run the code above in your browser using DataLab