powered by
Performs a LU decomposition of 3-mode tensor using the discrete Cosine transform.
tLUdct(tnsr)
a Tensor-class object
If LU decomposition is performed on a \(n x n x k\) tensor, the components in the returned value are:
L: The lower triangular tensor object (\(n x n x k\))
U: The upper triangular tensor object (\(n x n x k\))
: a 3-mode tensor
Kyle Caudle kyle.caudle@sdsmt.edu
T <- rand_tensor(modes=c(2,2,4)) print(tLUdct(T))
Run the code above in your browser using DataLab