Performs a Eigenvalue decomposition of 3-mode tensor using the discrete Walsh-Hadamard transform.
tEIGdwht(tnsr)
a Tensor-class object
If Eigenvalue decomposition is performed on a
P: A tensor of Eigenvectors (
D: An diagonal tensor of Eigenvalues (
: a 3-mode tensor
Kyle Caudle
Randy Hoover
Jackson Cates
T <- rand_tensor(modes=c(2,2,4))
print(tEIGdwht(T))
Run the code above in your browser using DataLab