Description Usage Arguments Details Author(s) References See Also Examples
Performs the Tucker product between an array and a list of matrices.
1 | atrans(A, B)
|
A |
An array of dimension K. |
B |
A list of matrices of length K. It must be that
|
The Tucker product between a list of matrices B
and an array A
is formally equivalent to performing the k-mode product between
A
and each list element in B
. For example, if the dimension of
A
is three, then atrans(A,B) =
amprod(amprod(amprod(A,B[[1]],1),B[[2]],2),B[[3]],3)
. The ordering of this
k-mode product does not matter. See
Kolda and Bader
(2009) for details.
Peter Hoff.
Kolda, T. G., & Bader, B. W. (2009). Tensor decompositions and applications. SIAM review, 51(3), 455-500.
amprod
for multiplying one matrix along one mode of an
array.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.