powered by
Performs a Eigenvalue decomposition of 3-mode tensor using the discrete Fourier transform.
tEIGfft(tnsr)
a Tensor-class object
If Eigenvalue decomposition is performed on a \(n\) x \(n\) x \(k\) tensor, the components in the returned value are:
P: A tensor of Eigenvectors (\(n\) x \(n\) x \(k\))
D: An diagonal tensor of Eigenvalues (\(n\) x \(n\) x \(k\))
: a 3-mode tensor
Kyle Caudle
Randy Hoover
Jackson Cates
T <- rand_tensor(modes=c(2,2,4)) print(tEIGfft(T))
Run the code above in your browser using DataLab